aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel/debug/debug_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c
index c812857d0b80..5a3b04d20497 100644
--- a/kernel/debug/debug_core.c
+++ b/kernel/debug/debug_core.c
@@ -47,6 +47,7 @@
47#include <linux/pid.h> 47#include <linux/pid.h>
48#include <linux/smp.h> 48#include <linux/smp.h>
49#include <linux/mm.h> 49#include <linux/mm.h>
50#include <linux/rcupdate.h>
50 51
51#include <asm/cacheflush.h> 52#include <asm/cacheflush.h>
52#include <asm/byteorder.h> 53#include <asm/byteorder.h>
@@ -474,6 +475,7 @@ static void dbg_touch_watchdogs(void)
474{ 475{
475 touch_softlockup_watchdog_sync(); 476 touch_softlockup_watchdog_sync();
476 clocksource_touch_watchdog(); 477 clocksource_touch_watchdog();
478 rcu_cpu_stall_reset();
477} 479}
478 480
479static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs) 481static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs)