From: Mark Rutland Date: Wed, 16 Jul 2014 15:32:44 +0000 (+0100) Subject: arm64: cpuinfo: record cpu system register values X-Git-Tag: omap-for-v3.17/fixes-against-rc2~183^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df857416a13734ed9356f6e4f0152d55e4fb748a;p=pandora-kernel.git arm64: cpuinfo: record cpu system register values Several kernel subsystems need to know details about CPU system register values, sometimes for CPUs other than that they are executing on. Rather than hard-coding system register accesses and cross-calls for these cases, this patch adds logic to record various system register values at boot-time. This may be used for feature reporting, firmware bug detection, etc. Separate hooks are added for the boot and hotplug paths to enable one-time intialisation and cold/warm boot value mismatch detection in later patches. Signed-off-by: Mark Rutland Reviewed-by: Will Deacon Reviewed-by: Catalin Marinas Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed