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
- Lines: 23
- Date:
2003-06-13 07:51:38.000000000 -0700
- Orig file:
linux-2.4.20/include/asm-ppc/ppc_asm.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
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)