Loading kernel/smp.c +2 −1 Original line number Diff line number Diff line Loading @@ -772,6 +772,7 @@ void wake_up_all_idle_cpus(void) if (cpu == smp_processor_id()) continue; if (!cpu_isolated(cpu)) wake_up_if_idle(cpu); } preempt_enable(); Loading Loading
kernel/smp.c +2 −1 Original line number Diff line number Diff line Loading @@ -772,6 +772,7 @@ void wake_up_all_idle_cpus(void) if (cpu == smp_processor_id()) continue; if (!cpu_isolated(cpu)) wake_up_if_idle(cpu); } preempt_enable(); Loading