summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mach-ip32
diff options
context:
space:
mode:
authorRalf Baechle2005-10-19 15:45:09 +0200
committerRalf Baechle2005-10-29 20:32:44 +0200
commit485a4a928a059a361c7363e7ce0eab330a09dbd3 (patch)
treed003941b23a35254bc0bb86b5df065cb28f0fbaf /include/asm-mips/mach-ip32
parentFix zero length sys_cacheflush (diff)
downloadkernel-qcow2-linux-485a4a928a059a361c7363e7ce0eab330a09dbd3.tar.gz
kernel-qcow2-linux-485a4a928a059a361c7363e7ce0eab330a09dbd3.tar.xz
kernel-qcow2-linux-485a4a928a059a361c7363e7ce0eab330a09dbd3.zip
Make UL what should be UL.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-ip32')
-rw-r--r--include/asm-mips/mach-ip32/spaces.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/mach-ip32/spaces.h b/include/asm-mips/mach-ip32/spaces.h
index c7839f85c68d..44abe5c02389 100644
--- a/include/asm-mips/mach-ip32/spaces.h
+++ b/include/asm-mips/mach-ip32/spaces.h
@@ -19,10 +19,10 @@
#define HIGHMEM_START (1UL << 59UL)
#endif
-#define CAC_BASE 0x9800000000000000
-#define IO_BASE 0x9000000000000000
-#define UNCAC_BASE 0x9000000000000000
-#define MAP_BASE 0xc000000000000000
+#define CAC_BASE 0x9800000000000000UL
+#define IO_BASE 0x9000000000000000UL
+#define UNCAC_BASE 0x9000000000000000UL
+#define MAP_BASE 0xc000000000000000UL
#define TO_PHYS(x) ( ((x) & TO_PHYS_MASK))
#define TO_CAC(x) (CAC_BASE | ((x) & TO_PHYS_MASK))