Browse Source

ARM: mach-shmobile: Update VMALLOC_END

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>
Magnus Damm 15 years ago
parent
commit
e370bc22c2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      arch/arm/mach-shmobile/include/mach/vmalloc.h

+ 2 - 1
arch/arm/mach-shmobile/include/mach/vmalloc.h

@@ -1,6 +1,7 @@
 #ifndef __ASM_MACH_VMALLOC_H
 #ifndef __ASM_MACH_VMALLOC_H
 #define __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 */
 #endif /* __ASM_MACH_VMALLOC_H */