aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree.c')
-rw-r--r--kernel/rcu/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index 9a535a86e732..531a328076bd 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -637,7 +637,7 @@ static void rcu_eqs_enter_common(long long oldval, bool user)
637 idle_task(smp_processor_id()); 637 idle_task(smp_processor_id());
638 638
639 trace_rcu_dyntick(TPS("Error on entry: not idle task"), oldval, 0); 639 trace_rcu_dyntick(TPS("Error on entry: not idle task"), oldval, 0);
640 ftrace_dump(DUMP_ORIG); 640 rcu_ftrace_dump(DUMP_ORIG);
641 WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s", 641 WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s",
642 current->pid, current->comm, 642 current->pid, current->comm,
643 idle->pid, idle->comm); /* must be idle task! */ 643 idle->pid, idle->comm); /* must be idle task! */
@@ -799,7 +799,7 @@ static void rcu_eqs_exit_common(long long oldval, int user)
799 799
800 trace_rcu_dyntick(TPS("Error on exit: not idle task"), 800 trace_rcu_dyntick(TPS("Error on exit: not idle task"),
801 oldval, rdtp->dynticks_nesting); 801 oldval, rdtp->dynticks_nesting);
802 ftrace_dump(DUMP_ORIG); 802 rcu_ftrace_dump(DUMP_ORIG);
803 WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s", 803 WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s",
804 current->pid, current->comm, 804 current->pid, current->comm,
805 idle->pid, idle->comm); /* must be idle task! */ 805 idle->pid, idle->comm); /* must be idle task! */