Commit 15aca90363719f11f200f510a13d18bda9dea789

Authored by Lennert Buytenhek
Committed by Russell King
1 parent 91f6a589fb

[PATCH] ARM: 2754/1: move ixp2000 VMALLOC_END up

Patch from Lennert Buytenhek

As the ixdp cpld mappings now live at 0xfe000000, we can push
VMALLOC_END upwards to 0xfb000000, where the first iotable mapping
begins.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-arm/arch-ixp2000/vmalloc.h
... ... @@ -17,5 +17,5 @@
17 17 * The vmalloc() routines leaves a hole of 4kB between each vmalloced
18 18 * area for the same reason. ;)
19 19 */
20   -#define VMALLOC_END 0xfaffefff
  20 +#define VMALLOC_END 0xfb000000