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>

authored by Adrian Bunk and committed by Ingo Molnar 3d054f0f 3446fa05

+1 -1
+1 -1
arch/x86/kernel/setup_32.c
··· 67 67 address, and must not be in the .bss segment! */ 68 68 unsigned long init_pg_tables_end __initdata = ~0UL; 69 69 70 - int disable_pse __devinitdata = 0; 70 + int disable_pse __cpuinitdata = 0; 71 71 72 72 /* 73 73 * Machine setup..