ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
[safe/jmp/linux-2.6] / arch / arm / mach-ns9xxx / include / mach / vmalloc.h
index fe964d3..c865197 100644 (file)
@@ -11,6 +11,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END     (0xf0000000)
+#define VMALLOC_END     (0xf0000000UL)
 
 #endif /* ifndef __ASM_ARCH_VMALLOC_H */