ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
authorBarry Song <bs14@csr.com>
Fri, 8 Jul 2011 02:54:27 +0000 (19:54 -0700)
committerArnd Bergmann <arnd@arndb.de>
Fri, 8 Jul 2011 15:54:53 +0000 (15:54 +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-cns3xxx/include/mach/vmalloc.h

index 4d381ec..1dd231d 100644 (file)
@@ -8,4 +8,4 @@
  * published by the Free Software Foundation.
  */
 
-#define VMALLOC_END            0xd8000000
+#define VMALLOC_END            0xd8000000UL