From: Barry Song Date: Fri, 8 Jul 2011 02:54:27 +0000 (-0700) Subject: ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed X-Git-Tag: firefly_0821_release~3680^2~4941^2~6 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff5caab10e869274539654e02ae4ee155869b7e6;p=firefly-linux-kernel-4.4.55.git ARM: CNS3XXX: 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-cns3xxx/include/mach/vmalloc.h b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h index 4d381ec05278..1dd231d2f772 100644 --- a/arch/arm/mach-cns3xxx/include/mach/vmalloc.h +++ b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h @@ -8,4 +8,4 @@ * published by the Free Software Foundation. */ -#define VMALLOC_END 0xd8000000 +#define VMALLOC_END 0xd8000000UL