|
@@ -590,6 +590,7 @@ static void kgdb_wait(struct pt_regs *regs)
|
|
|
|
|
|
/* Signal the primary CPU that we are done: */
|
|
|
atomic_set(&cpu_in_kgdb[cpu], 0);
|
|
|
+ touch_softlockup_watchdog();
|
|
|
clocksource_touch_watchdog();
|
|
|
local_irq_restore(flags);
|
|
|
}
|
|
@@ -1432,6 +1433,7 @@ acquirelock:
|
|
|
atomic_read(&kgdb_cpu_doing_single_step) != cpu) {
|
|
|
|
|
|
atomic_set(&kgdb_active, -1);
|
|
|
+ touch_softlockup_watchdog();
|
|
|
clocksource_touch_watchdog();
|
|
|
local_irq_restore(flags);
|
|
|
|
|
@@ -1524,6 +1526,7 @@ acquirelock:
|
|
|
kgdb_restore:
|
|
|
/* Free kgdb_active */
|
|
|
atomic_set(&kgdb_active, -1);
|
|
|
+ touch_softlockup_watchdog();
|
|
|
clocksource_touch_watchdog();
|
|
|
local_irq_restore(flags);
|
|
|
|