]> www.infradead.org Git - users/dwmw2/linux.git/commit
arm64: cpuinfo: Split AArch32 registers out into a separate struct
authorWill Deacon <will@kernel.org>
Tue, 8 Jun 2021 18:02:54 +0000 (19:02 +0100)
committerWill Deacon <will@kernel.org>
Fri, 11 Jun 2021 12:25:40 +0000 (13:25 +0100)
commit930a58b4093ebd2a036a0d448a2047477ef90d26
tree107056381b9ef71492e975a2aaf5aa6e440027df
parent21047e91a5a674b97ebbf2c2c1751f1e9c317f09
arm64: cpuinfo: Split AArch32 registers out into a separate struct

In preparation for late initialisation of the "sanitised" AArch32 register
state, move the AArch32 registers out of 'struct cpuinfo' and into their
own struct definition.

Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20210608180313.11502-2-will@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/cpu.h
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/cpuinfo.c