HACK: [ARM] tegra: reduce vmalloc space for nvmap
authorErik Gilling <konkers@android.com>
Tue, 18 May 2010 22:14:46 +0000 (15:14 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:33:05 +0000 (16:33 -0700)
Signed-off-by: Erik Gilling <konkers@android.com>
arch/arm/mach-tegra/include/mach/vmalloc.h

index fd6aa65b2dc6ab433cc7a3f2ca45cf9128294f38..db488e890b9ef3832743d600828726fe0f089351 100644 (file)
@@ -23,6 +23,6 @@
 
 #include <asm/sizes.h>
 
-#define VMALLOC_END        0xFE000000UL
+#define VMALLOC_END        0xF8000000UL
 
 #endif