aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutree.c')
-rw-r--r--kernel/rcutree.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/rcutree.c b/kernel/rcutree.c
index b07be37d2aa3..525d39810616 100644
--- a/kernel/rcutree.c
+++ b/kernel/rcutree.c
@@ -489,6 +489,10 @@ static void print_other_cpu_stall(struct rcu_state *rsp)
489 smp_processor_id(), (long)(jiffies - rsp->gp_start)); 489 smp_processor_id(), (long)(jiffies - rsp->gp_start));
490 trigger_all_cpu_backtrace(); 490 trigger_all_cpu_backtrace();
491 491
492 /* If so configured, complain about tasks blocking the grace period. */
493
494 rcu_print_detail_task_stall(rsp);
495
492 force_quiescent_state(rsp, 0); /* Kick them all. */ 496 force_quiescent_state(rsp, 0); /* Kick them all. */
493} 497}
494 498