]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb9efa34335c0600669a91106ea57c5fee01b9b52
tree2d823306bd1eb314294235c1e1a3eaaa67e233b3
parent68ec4e80f5e0c19df43c3f4ad665062b9c5587cc
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