Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d054f0f authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 3446fa05
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@
   address, and must not be in the .bss segment! */
   address, and must not be in the .bss segment! */
unsigned long init_pg_tables_end __initdata = ~0UL;
unsigned long init_pg_tables_end __initdata = ~0UL;


int disable_pse __devinitdata = 0;
int disable_pse __cpuinitdata = 0;


/*
/*
 * Machine setup..
 * Machine setup..