]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit3d054f0fade192b454592817c16e0f49e3e295dc
tree2e27475f1a4ce72424ad1851e03c3204b7905805
parent3446fa057c33b5464ba6891866c24cd57daf023c
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