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: 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>
This commit is contained in:
parent
4486c5f510
commit
d533798326
1 changed files with 1 additions and 1 deletions
|
@ -849,7 +849,7 @@ void __init init_bsp_APIC(void)
|
||||||
/**
|
/**
|
||||||
* setup_local_APIC - setup the local APIC
|
* 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;
|
unsigned long oldvalue, value, maxlvt, integrated;
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
Loading…
Add table
Reference in a new issue