Move source tree closer to the 2.6.32.17 mainline
/arch/mips/include/asm/mach-sibyte/war.h
blob:7950ef4f032c218a2382be9560c2138b2c05d8a9 -> blob:743385d7b5f22b36bcea1f0aa740ad923af41ca4
--- arch/mips/include/asm/mach-sibyte/war.h
+++ arch/mips/include/asm/mach-sibyte/war.h
@@ -16,7 +16,11 @@
#if defined(CONFIG_SB1_PASS_1_WORKAROUNDS) || \
defined(CONFIG_SB1_PASS_2_WORKAROUNDS)
-#define BCM1250_M3_WAR 1
+#ifndef __ASSEMBLY__
+extern int sb1250_m3_workaround_needed(void);
+#endif
+
+#define BCM1250_M3_WAR sb1250_m3_workaround_needed()
#define SIBYTE_1956_WAR 1
#else