diff mbox

ARM: mach-shmobile: Update VMALLOC_END

Message ID 20100428083657.11917.20411.sendpatchset@t400s (mailing list archive)
State Accepted
Commit e370bc22c2aa42e0bdae178d558ce83ed8d23364
Headers show

Commit Message

Magnus Damm April 28, 2010, 8:36 a.m. UTC
None
diff mbox

Patch

--- 0001/arch/arm/mach-shmobile/include/mach/vmalloc.h
+++ work/arch/arm/mach-shmobile/include/mach/vmalloc.h	2010-04-28 17:32:37.000000000 +0900
@@ -1,6 +1,7 @@ 
 #ifndef __ASM_MACH_VMALLOC_H
 #define __ASM_MACH_VMALLOC_H
 
-#define VMALLOC_END       (PAGE_OFFSET + 0x24000000)
+/* Vmalloc at ... - 0xe5ffffff */
+#define VMALLOC_END 0xe6000000
 
 #endif /* __ASM_MACH_VMALLOC_H */