ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed
authorBarry Song <bs14@csr.com>
Fri, 8 Jul 2011 02:54:29 +0000 (19:54 -0700)
committerArnd Bergmann <arnd@arndb.de>
Fri, 8 Jul 2011 15:55:26 +0000 (15:55 +0000)
Signed-off-by: Barry Song <baohua.song@csr.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-nuc93x/include/mach/vmalloc.h

index 98a21b8..7d11a5f 100644 (file)
@@ -18,6 +18,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END      (0xE0000000)
+#define VMALLOC_END      0xE0000000UL
 
 #endif /* __ASM_ARCH_VMALLOC_H */