From: Mark Rutland Date: Wed, 7 Jan 2015 10:31:56 +0000 (+0000) Subject: arm64: sanity checks: add missing AArch32 registers X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~307^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80639d4a79aac5081d43ed64a0801ef42de3aba3;p=pandora-kernel.git arm64: sanity checks: add missing AArch32 registers We don't currently check a number of registers exposed to AArch32 guests (MVFR{0,1,2}_EL1 and ID_DFR0_EL1), despite the fact these describe AArch32 feature support exposed to userspace and KVM guests similarly to AArch64 registers which we do check. We do not expect these registers to vary across a set of CPUs. This patch adds said registers to the cpuinfo framework and sanity checks. No sanity check failures have been observed on a current ARMv8 big.LITTLE platform (Juno). Cc: Catalin Marinas Reported-by: Suzuki K. Poulose Signed-off-by: Suzuki K. Poulose Signed-off-by: Mark Rutland Signed-off-by: Will Deacon --- Reading git-diff-tree failed