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)
commit46b50af6dcd460672979b5d2092a3831097c6e4f
tree2d823306bd1eb314294235c1e1a3eaaa67e233b3
parentd0383eefb5435c6bb52b3b0f9faf7c7bddcf4a74
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