ARM: mach-shmobile: Update VMALLOC_END
authorMagnus Damm <damm@opensource.se>
Wed, 28 Apr 2010 08:36:57 +0000 (08:36 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 20 May 2010 03:51:31 +0000 (12:51 +0900)
Extend VMALLOC_END to the I/O Window at 0xe6000000.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/include/mach/vmalloc.h

index fb3c4f1ab25227bf64d697c3260a427221b4903a..4aecf6e3a859f801111fafa328a44b3d0de3b311 100644 (file)
@@ -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 */
This page took 0.025262 seconds and 5 git commands to generate.