commit | 930a58b4093ebd2a036a0d448a2047477ef90d26 | [log] [tgz] |
---|---|---|
author | Will Deacon <will@kernel.org> | Tue Jun 08 19:02:54 2021 +0100 |
committer | Will Deacon <will@kernel.org> | Fri Jun 11 13:25:40 2021 +0100 |
tree | 107056381b9ef71492e975a2aaf5aa6e440027df | |
parent | 21047e91a5a674b97ebbf2c2c1751f1e9c317f09 [diff] |
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>