arm64: Get rid of struct cpu_table
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 18 Mar 2015 14:55:20 +0000 (14:55 +0000)
committerWill Deacon <will.deacon@arm.com>
Thu, 19 Mar 2015 19:46:00 +0000 (19:46 +0000)
commita591ede4cd1cac02d3398a9ad332bd0bba460efe
tree2d823306bd1eb314294235c1e1a3eaaa67e233b3
parent62aa9655b8a8eaa4cf86d091d977482da8489ed4
arm64: Get rid of struct cpu_table

struct cpu_table is an artifact left from the (very) early days of
the arm64 port, and its only real use is to allow the most beautiful
"AArch64 Processor" string to be displayed at boot time.

Really? Yes, really.

Let's get rid of it. In order to avoid another BogoMips-gate, the
aforementioned string is preserved.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/cputable.h [deleted file]
arch/arm64/kernel/Makefile
arch/arm64/kernel/asm-offsets.c
arch/arm64/kernel/cputable.c [deleted file]
arch/arm64/kernel/head.S
arch/arm64/kernel/setup.c