Loading arch/parisc/kernel/smp.c +3 −1 Original line number Diff line number Diff line Loading @@ -220,10 +220,12 @@ send_IPI_allbutself(enum ipi_message_type op) { int i; preempt_disable(); for_each_online_cpu(i) { if (i != smp_processor_id()) send_IPI_single(i, op); } preempt_enable(); } Loading Loading
arch/parisc/kernel/smp.c +3 −1 Original line number Diff line number Diff line Loading @@ -220,10 +220,12 @@ send_IPI_allbutself(enum ipi_message_type op) { int i; preempt_disable(); for_each_online_cpu(i) { if (i != smp_processor_id()) send_IPI_single(i, op); } preempt_enable(); } Loading