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

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

x86 apic_32.c section fix



CONFIG_HOTPLUG_CPU=y:

WARNING: vmlinux.o(.text+0x2390d): Section mismatch: reference to .init.text.5:setup_local_APIC (between 'start_secondary' and 'check_tsc_warp')

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 4486c5f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -849,7 +849,7 @@ void __init init_bsp_APIC(void)
/**
 * setup_local_APIC - setup the local APIC
 */
void __devinit setup_local_APIC(void)
void __cpuinit setup_local_APIC(void)
{
	unsigned long oldvalue, value, maxlvt, integrated;
	int i, j;