]> git.proxmox.com Git - mirror_qemu.git/commit
arm: Consistently use "Cortex-Axx", not "Cortex Axx"
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 27 May 2021 09:51:52 +0000 (10:51 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Jun 2021 15:43:25 +0000 (16:43 +0100)
commitf548f20176cb5f440693120f9bde911dd3639748
tree0c176f17eb8bc048542374c8c071f9e36d5cc217
parent7cda2149521f25b7caedd464f2e35104d9990315
arm: Consistently use "Cortex-Axx", not "Cortex Axx"

The official punctuation for Arm CPU names uses a hyphen, like
"Cortex-A9". We mostly follow this, but in a few places usage
without the hyphen has crept in. Fix those so we consistently
use the same way of writing the CPU name.

This commit was created with:
  git grep -z -l 'Cortex ' | xargs -0 sed -i 's/Cortex /Cortex-/'

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20210527095152.10968-1-peter.maydell@linaro.org
docs/system/arm/aspeed.rst
docs/system/arm/nuvoton.rst
docs/system/arm/sabrelite.rst
hw/arm/aspeed.c
hw/arm/mcimx6ul-evk.c
hw/arm/mcimx7d-sabre.c
hw/arm/npcm7xx_boards.c
hw/arm/sabrelite.c
hw/misc/npcm7xx_clk.c
include/hw/arm/allwinner-h3.h