projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f6a58
)
[PATCH] ARM: 2754/1: move ixp2000 VMALLOC_END up
author
Lennert Buytenhek
<
[email protected]
>
Sun, 26 Jun 2005 21:24:14 +0000
(22:24 +0100)
committer
Russell King
<
[email protected]
>
Sun, 26 Jun 2005 21:24:14 +0000
(22:24 +0100)
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 <
[email protected]
>
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King <
[email protected]
>
include/asm-arm/arch-ixp2000/vmalloc.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-ixp2000/vmalloc.h
b/include/asm-arm/arch-ixp2000/vmalloc.h
index 473dff4ec5616cbf2795aaf9144db06185d2f421..275136963a0ccfbe1a0385a3809370c5494f5d26 100644
(file)
--- a/
include/asm-arm/arch-ixp2000/vmalloc.h
+++ b/
include/asm-arm/arch-ixp2000/vmalloc.h
@@
-17,4
+17,4
@@
* The vmalloc() routines leaves a hole of 4kB between each vmalloced
* area for the same reason. ;)
*/
-#define VMALLOC_END 0xf
affefff
+#define VMALLOC_END 0xf
b000000