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:
bbd391a
)
x86: Fix parse_reservetop() build failure on certain configs
author
Ingo Molnar
<
[email protected]
>
Mon, 3 May 2010 07:19:43 +0000
(09:19 +0200)
committer
Ingo Molnar
<
[email protected]
>
Mon, 3 May 2010 07:22:19 +0000
(09:22 +0200)
Commit
e67a807
("x86: Fix 'reservetop=' functionality") added a
fixup_early_ioremap() call to parse_reservetop() and declared it
in io.h.
But asm/io.h was only included indirectly - and on some configs
not at all, causing a build failure on those configs.
Cc: Liang Li <
[email protected]
>
Cc: Konrad Rzeszutek Wilk <
[email protected]
>
Cc: Yinghai Lu <
[email protected]
>
Cc: Jeremy Fitzhardinge <
[email protected]
>
Cc: Wang Chen <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Cc: Andrew Morton <
[email protected]
>
LKML-Reference: <
1272621711
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/mm/pgtable_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/pgtable_32.c
b/arch/x86/mm/pgtable_32.c
index 26eadaa60e6cd82b9bfdfb4fdec76ddac22cf4ab..792854003ed339c742dbbeabaeff2f90e0f44a31 100644
(file)
--- a/
arch/x86/mm/pgtable_32.c
+++ b/
arch/x86/mm/pgtable_32.c
@@
-18,6
+18,7
@@
#include <asm/e820.h>
#include <asm/tlb.h>
#include <asm/tlbflush.h>
+#include <asm/io.h>
unsigned int __VMALLOC_RESERVE = 128 << 20;