Selaa lähdekoodia

ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly typed

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>
Barry Song 14 vuotta sitten
vanhempi
commit
085fb6171f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      arch/arm/mach-lpc32xx/include/mach/vmalloc.h

+ 1 - 1
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