]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - arch/arm/mach-lpc32xx/include/mach/vmalloc.h
ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
[lisovros/linux_canprio.git] / arch / arm / mach-lpc32xx / include / mach / vmalloc.h
index d1d936c7236de7a729255b9b058824b24f28af9f..720fa43a60bfd4725791cc6254110f36c09b6a03 100644 (file)
@@ -19,6 +19,6 @@
 #ifndef __ASM_ARCH_VMALLOC_H
 #define __ASM_ARCH_VMALLOC_H
 
-#define VMALLOC_END    0xF0000000
+#define VMALLOC_END    0xF0000000UL
 
 #endif