|
@@ -358,7 +358,7 @@ static void rcu_idle_enter_common(struct rcu_dynticks *rdtp, long long oldval)
|
|
|
struct task_struct *idle = idle_task(smp_processor_id());
|
|
|
|
|
|
trace_rcu_dyntick("Error on entry: not idle task", oldval, 0);
|
|
|
- ftrace_dump(DUMP_ALL);
|
|
|
+ ftrace_dump(DUMP_ORIG);
|
|
|
WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s",
|
|
|
current->pid, current->comm,
|
|
|
idle->pid, idle->comm); /* must be idle task! */
|
|
@@ -468,7 +468,7 @@ static void rcu_idle_exit_common(struct rcu_dynticks *rdtp, long long oldval)
|
|
|
|
|
|
trace_rcu_dyntick("Error on exit: not idle task",
|
|
|
oldval, rdtp->dynticks_nesting);
|
|
|
- ftrace_dump(DUMP_ALL);
|
|
|
+ ftrace_dump(DUMP_ORIG);
|
|
|
WARN_ONCE(1, "Current pid: %d comm: %s / Idle pid: %d comm: %s",
|
|
|
current->pid, current->comm,
|
|
|
idle->pid, idle->comm); /* must be idle task! */
|