aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-orion/vmalloc.h
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2008-02-07 21:55:45 +0100
committerNicolas Pitre <nico@cam.org>2008-02-08 11:52:23 -0500
commit8c42da46f3b0ff85ac4f61beaa0633bbb480c49e (patch)
tree1d275d544900294bb39831fc753a9fdb00dd7d7c /include/asm-arm/arch-orion/vmalloc.h
parent[ARM] Orion: distinguish between physical and virtual addresses (diff)
downloadlinux-dev-8c42da46f3b0ff85ac4f61beaa0633bbb480c49e.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-arm/arch-orion/vmalloc.h2
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