From: Tony Luck Date: Wed, 23 May 2007 23:46:40 +0000 (-0700) Subject: [IA64] start_secondary() and smp_callin() should be __cpuinit X-Git-Tag: v2.6.22-rc3~11^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d86ebd140963e50238ac397074b1ab7fc7ec1126;p=linux-2.6-omap-h63xx.git [IA64] start_secondary() and smp_callin() should be __cpuinit Continuing the seemingly neverending quest to stomp out "Section mismatch" warnings. Signed-off-by: Tony Luck --- diff --git a/arch/ia64/kernel/smpboot.c b/arch/ia64/kernel/smpboot.c index 542958079f1..3c9d8e6089c 100644 --- a/arch/ia64/kernel/smpboot.c +++ b/arch/ia64/kernel/smpboot.c @@ -370,7 +370,7 @@ smp_setup_percpu_timer (void) { } -static void __devinit +static void __cpuinit smp_callin (void) { int cpuid, phys_id, itc_master; @@ -456,7 +456,7 @@ smp_callin (void) /* * Activate a secondary processor. head.S calls this. */ -int __devinit +int __cpuinit start_secondary (void *unused) { /* Early console may use I/O ports */