mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 02:47:23 +07:00
[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 <tony.luck@intel.com>
This commit is contained in:
parent
4598c95514
commit
d86ebd1409
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user