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:
3446fa0
)
x86_32: disable_pse must be __cpuinitdata
author
Adrian Bunk
<
[email protected]
>
Wed, 19 Dec 2007 22:20:19 +0000
(23:20 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 19 Dec 2007 22:20:19 +0000
(23:20 +0100)
CONFIG_HOTPLUG_CPU=y:
WARNING: vmlinux.o(.text+0xfa52): Section mismatch: reference to .init.data:disable_pse (between 'identify_cpu' and 'identify_secondary_cpu')
[
[email protected]
: initializer fix. ]
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
arch/x86/kernel/setup_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/setup_32.c
b/arch/x86/kernel/setup_32.c
index e1e18c34c8219e5760db76bb06097fba5c2dec5a..9c24b45b513c83e5e1354e2b92d340f86d476f07 100644
(file)
--- a/
arch/x86/kernel/setup_32.c
+++ b/
arch/x86/kernel/setup_32.c
@@
-67,7
+67,7
@@
address, and must not be in the .bss segment! */
unsigned long init_pg_tables_end __initdata = ~0UL;
-int disable_pse __
dev
initdata = 0;
+int disable_pse __
cpu
initdata = 0;
/*
* Machine setup..