patch-2.4.19 linux-2.4.19/include/asm-mips64/pci/bridge.h
Next file: linux-2.4.19/include/asm-mips64/pci.h
Previous file: linux-2.4.19/include/asm-mips64/page.h
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/include/asm-mips64/pci/bridge.h
- Orig date:
Sun Sep 9 10:43:02 2001
diff -urN linux-2.4.18/include/asm-mips64/pci/bridge.h linux-2.4.19/include/asm-mips64/pci/bridge.h
@@ -41,7 +41,7 @@
* Bridge address map
*/
-#if defined(_LANGUAGE_C) || defined(_LANGUAGE_C_PLUS_PLUS)
+#ifndef __ASSEMBLY__
/*
* All accesses to bridge hardware registers must be done
@@ -283,7 +283,7 @@
} bridge_err_cmdword_t;
#define berr_field berr_un.berr_st
-#endif /* LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
/*
* The values of these macros can and should be crosschecked
@@ -793,7 +793,7 @@
#define PCI64_ATTR_RMF_MASK 0x00ff000000000000
#define PCI64_ATTR_RMF_SHFT 48
-#if LANGUAGE_C
+#ifndef __ASSEMBLY__
/* Address translation entry for mapped pci32 accesses */
typedef union ate_u {
u64 ent;
@@ -809,7 +809,7 @@
u64 valid:1;
} field;
} ate_t;
-#endif /* LANGUAGE_C */
+#endif /* !__ASSEMBLY__ */
#define ATE_V 0x01
#define ATE_CO 0x02
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)