Skip to content

Commit

Permalink
[IA64] start_secondary() and smp_callin() should be __cpuinit
Browse files Browse the repository at this point in the history
Continuing the seemingly neverending quest to stomp out "Section
mismatch" warnings.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed May 23, 2007
1 parent 4598c95 commit d86ebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/ia64/kernel/smpboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ smp_setup_percpu_timer (void)
{
}

static void __devinit
static void __cpuinit
smp_callin (void)
{
int cpuid, phys_id, itc_master;
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit d86ebd1

Please sign in to comment.