From: Barry Song Date: Fri, 8 Jul 2011 02:54:28 +0000 (-0700) Subject: ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=085fb6171f0b7d726250026e363c06d3c4d54312;p=linux-beck.git ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed Signed-off-by: Barry Song Acked-by: Russell King Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/mach-lpc32xx/include/mach/vmalloc.h b/arch/arm/mach-lpc32xx/include/mach/vmalloc.h index d1d936c7236d..720fa43a60bf 100644 --- a/arch/arm/mach-lpc32xx/include/mach/vmalloc.h +++ b/arch/arm/mach-lpc32xx/include/mach/vmalloc.h @@ -19,6 +19,6 @@ #ifndef __ASM_ARCH_VMALLOC_H #define __ASM_ARCH_VMALLOC_H -#define VMALLOC_END 0xF0000000 +#define VMALLOC_END 0xF0000000UL #endif