]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 4d381ec052784f6eec2a910365e4a016c24f3b9e..1dd231d2f772fc1354b83ed5cee8b1528584ae64 100644 (file)
@@ -8,4 +8,4 @@
  * published by the Free Software Foundation.
  */
 
-#define VMALLOC_END            0xd8000000
+#define VMALLOC_END            0xd8000000UL