arm: tegra: VMALLOC_END should be unsigned long
[cascardo/linux.git] / arch / arm / mach-tegra / include / mach / vmalloc.h
index 267a141..fd6aa65 100644 (file)
@@ -23,6 +23,6 @@
 
 #include <asm/sizes.h>
 
-#define VMALLOC_END        0xFE000000
+#define VMALLOC_END        0xFE000000UL
 
 #endif