rcu: Per-CPU operation cleanups to rcu_*_qs() functions
[deliverable/linux.git] / kernel / softirq.c
index 5918d227730f33d7daec6dfab1e8ef30cd653abf..348ec763b1049a64f5867837b4c36f521724fa51 100644 (file)
@@ -278,7 +278,7 @@ restart:
                pending >>= softirq_bit;
        }
 
-       rcu_bh_qs(smp_processor_id());
+       rcu_bh_qs();
        local_irq_disable();
 
        pending = local_softirq_pending();
This page took 0.024684 seconds and 5 git commands to generate.