ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-s3c24a0 / include / mach / vmalloc.h
index 4d4fe48495898fd20d284e5e23da2ca6fd0f738f..914656820794062b578b4cde002a9a2ecd0ed378 100644 (file)
@@ -12,6 +12,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END      (0xE0000000)
+#define VMALLOC_END      (0xe0000000UL)
 
 #endif /* __ASM_ARCH_VMALLOC_H */