[linux-yocto] [PATCH 89/89] arm: Axxia Only

Paul Butler butler.paul at gmail.com
Sun Oct 27 12:48:26 PDT 2013


From: John Jacques <john.jacques at lsi.com>

An update to U-Boot resolves the L3 cache problems without the work
around.  This patch removes the Linux part of the work around.

Signed-off-by: John Jacques <john.jacques at lsi.com>
---
 arch/arm/mach-axxia/platsmp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-axxia/platsmp.c b/arch/arm/mach-axxia/platsmp.c
index 4cf9c2f..08d4e22 100644
--- a/arch/arm/mach-axxia/platsmp.c
+++ b/arch/arm/mach-axxia/platsmp.c
@@ -41,6 +41,7 @@ extern void axxia_secondary_startup(void);
 static void
 flush_l3(void)
 {
+#if 0
 
 	unsigned long hnf_offsets[] = {
 		 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27
@@ -107,7 +108,7 @@ flush_l3(void)
 	}
 
 	iounmap(dickens);
-
+#endif
 	return;
 }
 
-- 
1.8.3.4




More information about the linux-yocto mailing list