diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2008-02-07 21:55:45 +0100 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2008-02-08 17:52:23 +0100 |
commit | 8c42da46f3b0ff85ac4f61beaa0633bbb480c49e (patch) | |
tree | 1d275d544900294bb39831fc753a9fdb00dd7d7c /include/asm-arm/arch-orion/vmalloc.h | |
parent | [ARM] Orion: distinguish between physical and virtual addresses (diff) | |
download | linux-8c42da46f3b0ff85ac4f61beaa0633bbb480c49e.tar.xz linux-8c42da46f3b0ff85ac4f61beaa0633bbb480c49e.zip |
[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 23e2a102fe0c..9d580278d2bc 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 |