]> git.baikalelectronics.ru Git - kernel.git/commit
x86_32: disable_pse must be __cpuinitdata
authorAdrian Bunk <bunk@kernel.org>
Wed, 19 Dec 2007 22:20:19 +0000 (23:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 19 Dec 2007 22:20:19 +0000 (23:20 +0100)
commit11d73fd49db8b6bfde4d8b678bed2700dd1253b5
tree2e27475f1a4ce72424ad1851e03c3204b7905805
parente7edd92f3643b31ca1af9be98462a4ecd1169bd9
x86_32: disable_pse must be __cpuinitdata

CONFIG_HOTPLUG_CPU=y:

WARNING: vmlinux.o(.text+0xfa52): Section mismatch: reference to .init.data:disable_pse (between 'identify_cpu' and 'identify_secondary_cpu')

[ akpm@linux-foundation.org: initializer fix. ]

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/setup_32.c