patch-2.4.21 linux-2.4.21/include/asm-ppc/ppc_asm.h

Next file: linux-2.4.21/include/asm-ppc/prep_nvram.h
Previous file: linux-2.4.21/include/asm-ppc/ppc4xx_serial.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/include/asm-ppc/ppc_asm.h linux-2.4.21/include/asm-ppc/ppc_asm.h
@@ -1,7 +1,4 @@
 /*
- * BK Id: %F% %I% %G% %U% %#%
- */
-/*
  * include/asm-ppc/ppc_asm.h
  *
  * Definitions used by various bits of low-level assembly code on PowerPC.
@@ -155,6 +152,14 @@
 #define CLR_TOP32(r)
 #endif /* CONFIG_PPC64BRIDGE */
 
+#ifdef CONFIG_IBM405_ERR77
+#define PPC405_ERR77(ra,rb)	dcbt	ra, rb;
+#define	PPC405_ERR77_SYNC	sync;
+#else
+#define PPC405_ERR77(ra,rb)
+#define PPC405_ERR77_SYNC
+#endif
+
 /* The boring bits... */
 
 /* Condition Register Bit Fields */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)