From: Marc Zyngier Date: Fri, 27 Mar 2015 13:09:23 +0000 (+0000) Subject: arm64: Extract feature parsing code from cpu_errata.c X-Git-Tag: omap-for-v4.2/o2_dc~115^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359b706473b47da3c93bd99fd10d798fe411ab67;p=pandora-kernel.git arm64: Extract feature parsing code from cpu_errata.c As we detect more architectural features at runtime, it makes sense to reuse the existing framework whilst avoiding to call a feature an erratum... This patch extract the core capability parsing, moves it into a new file (cpufeature.c), and let the CPU errata detection code use it. Reviewed-by: Andre Przywara Acked-by: Will Deacon Signed-off-by: Marc Zyngier Signed-off-by: Will Deacon --- Reading git-diff-tree failed