kernel/cpu.c: create a CPU_STARTING cpu_chain notifier
[safe/jmp/linux-2.6] / arch / m32r / kernel / smpboot.c
index 2c03ac1..fc29948 100644 (file)
@@ -498,6 +498,8 @@ static void __init smp_online(void)
 {
        int cpu_id = smp_processor_id();
 
+       notify_cpu_starting(cpu_id);
+
        local_irq_enable();
 
        /* Get our bogomips. */