Commit fba284a6 authored by Ashok Raj's avatar Ashok Raj Committed by Tony Luck

[IA64] mca.c: make cpu hot add work again

Recent mca percpu changes broke a cpu being brought up after initial boot
which is required for cpu hotplug.  ia64_mca_cpu_init() must be __devinit
so it is not discarded in a hotplug kernel.
Signed-off-by: default avatarAshok Raj <ashok.raj@intel.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 0888a1df
......@@ -1204,7 +1204,7 @@ static struct irqaction mca_cpep_irqaction = {
/* Do per-CPU MCA-related initialization. */
void __init
void __devinit
ia64_mca_cpu_init(void *cpu_data)
{
void *pal_vaddr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment