powerpc/mm: Add SMP support to no-hash TLB handling
[deliverable/linux.git] / arch / powerpc / kernel / misc_32.S
index 5c33bc14bd9fe161a75d7c12bc6809e77cba5a93..2c2ab89f0b64af7c6e0e2acd20c3a40916839d63 100644 (file)
@@ -29,6 +29,7 @@
 #include <asm/asm-offsets.h>
 #include <asm/processor.h>
 #include <asm/kexec.h>
+#include <asm/bug.h>
 
        .text
 
@@ -496,6 +497,14 @@ _GLOBAL(_tlbil_va)
        blr
 #endif /* CONFIG_FSL_BOOKE */
 
+/*
+ * Nobody implements this yet
+ */
+_GLOBAL(_tlbivax_bcast)
+1:     trap
+       EMIT_BUG_ENTRY 1b,__FILE__,__LINE__,0;
+       blr
+
 
 /*
  * Flush instruction cache.
This page took 0.025423 seconds and 5 git commands to generate.