diff options
author | Magnus Damm <damm@opensource.se> | 2010-04-28 08:36:57 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-20 12:51:31 +0900 |
commit | e370bc22c2aa42e0bdae178d558ce83ed8d23364 (patch) | |
tree | 2295789b133427a1b7996086c3e91c7152c3467c /arch/arm/mach-shmobile | |
parent | 28f0721a79046056ced3b9bd79c319c5c417ec30 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/include/mach/vmalloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/vmalloc.h b/arch/arm/mach-shmobile/include/mach/vmalloc.h index fb3c4f1ab25..4aecf6e3a85 100644 --- a/arch/arm/mach-shmobile/include/mach/vmalloc.h +++ b/arch/arm/mach-shmobile/include/mach/vmalloc.h @@ -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 */ |