diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-02-07 21:55:45 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-02-08 11:52:23 -0500 |
commit | 8c42da46f3b0ff85ac4f61beaa0633bbb480c49e (patch) | |
tree | 1d275d544900294bb39831fc753a9fdb00dd7d7c /include/asm-arm/arch-orion/vmalloc.h | |
parent | 7f74c2c7f760fdd44116e3dd90a5aeeb9d9333c7 (diff) |
[ARM] Orion: free up kernel virtual address space
Move Orion virtual mappings higher up in the address space, to free
up more kernel virtual address space.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'include/asm-arm/arch-orion/vmalloc.h')
-rw-r--r-- | include/asm-arm/arch-orion/vmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-orion/vmalloc.h b/include/asm-arm/arch-orion/vmalloc.h index 23e2a102fe0..9d580278d2b 100644 --- a/include/asm-arm/arch-orion/vmalloc.h +++ b/include/asm-arm/arch-orion/vmalloc.h @@ -2,4 +2,4 @@ * include/asm-arm/arch-orion/vmalloc.h */ -#define VMALLOC_END 0xf0000000 +#define VMALLOC_END 0xfd800000 |