exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_parent()
[firefly-linux-kernel-4.4.55.git] / kernel / softirq.c
index 0699add19164ca49838ed98538a8f020ae78c1b7..501baa9ac1be3ac37b1a7f7e1204aea2d5456971 100644 (file)
@@ -656,7 +656,7 @@ static void run_ksoftirqd(unsigned int cpu)
                 * in the task stack here.
                 */
                __do_softirq();
-               rcu_note_context_switch(cpu);
+               rcu_note_context_switch();
                local_irq_enable();
                cond_resched();
                return;