From a6d746789825e4d7229523eebee233b03ad48c54 Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 7 Apr 2015 15:35:24 +0100 Subject: [PATCH] ARM: proc-v7: avoid errata 430973 workaround for non-Cortex A8 CPUs Avoid the errata 430973 workaround for non-Cortex A8 CPUs. Having this workaround enabled introduces an additional branch target buffer flush into the context switching path, something we wish to avoid. To allow this errata to be enabled in multiplatform kernels while reducing its impact, rearrange the Cortex-A8 CPU support to avoid impacting on other Version 7 CPUs. Tested-by: Tony Lindgren Signed-off-by: Russell King --- Reading git-format-patch failed