patch-2.4.22 linux-2.4.22/include/asm-mips64/sn/sn0/addrs.h
Next file: linux-2.4.22/include/asm-mips64/sn/sn0/hubmd.h
Previous file: linux-2.4.22/include/asm-mips64/sn/launch.h
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-mips64/sn/sn0/addrs.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-mips64/sn/sn0/addrs.h linux-2.4.22/include/asm-mips64/sn/sn0/addrs.h
@@ -45,11 +45,11 @@
#define HSPEC_BASE 0x9000000000000000
#define IO_BASE 0x9200000000000000
#define MSPEC_BASE 0x9400000000000000
-#define UNCAC_BASE 0x9600000000000000
+#define __UNCAC_BASE 0x9600000000000000
#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))
-#define TO_UNCAC(x) (UNCAC_BASE | ((x) & TO_PHYS_MASK))
+#define TO_UNCAC(x) (__UNCAC_BASE | ((x) & TO_PHYS_MASK))
#define TO_MSPEC(x) (MSPEC_BASE | ((x) & TO_PHYS_MASK))
#define TO_HSPEC(x) (HSPEC_BASE | ((x) & TO_PHYS_MASK))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)