patch-2.4.19 linux-2.4.19/include/asm-ppc/smp.h
Next file: linux-2.4.19/include/asm-ppc/system.h
Previous file: linux-2.4.19/include/asm-ppc/siginfo.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-ppc/smp.h
- Orig date:
Tue Aug 28 06:58:33 2001
diff -urN linux-2.4.18/include/asm-ppc/smp.h linux-2.4.19/include/asm-ppc/smp.h
@@ -1,5 +1,5 @@
/*
- * BK Id: SCCS/s.smp.h 1.12 08/16/01 07:49:31 paulus
+ * BK Id: SCCS/s.smp.h 1.14 03/28/02 16:54:23 hozer
*/
/* smp.h: PPC specific SMP stuff.
*
@@ -62,6 +62,12 @@
#define KLOCK_HELD 0xffffffff
#define KLOCK_CLEAR 0x0
+#ifdef CONFIG_750_SMP
+#define smp_send_tlb_invalidate(x) smp_ppc750_send_tlb_invalidate(x)
+#else
+#define smp_send_tlb_invalidate(x) do {} while(0)
+#endif
+
#endif /* __ASSEMBLY__ */
#else /* !(CONFIG_SMP) */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)