Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110220
b: refs/heads/master
c: cc1e0f4
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wessel committed Oct 6, 2008
1 parent a691716 commit 0506192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e85ceae9102f6e3c1d707e7ac88fa48d252e9cfa
refs/heads/master: cc1e0f4f7ad95a9eb81e1904cb16068af226180d
3 changes: 3 additions & 0 deletions trunk/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down Expand Up @@ -1432,6 +1433,7 @@ kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs)
atomic_read(&kgdb_cpu_doing_single_step) != cpu) {

atomic_set(&kgdb_active, -1);
touch_softlockup_watchdog();
clocksource_touch_watchdog();
local_irq_restore(flags);

Expand Down Expand Up @@ -1524,6 +1526,7 @@ kgdb_handle_exception(int evector, int signo, int ecode, struct pt_regs *regs)
kgdb_restore:
/* Free kgdb_active */
atomic_set(&kgdb_active, -1);
touch_softlockup_watchdog();
clocksource_touch_watchdog();
local_irq_restore(flags);

Expand Down

0 comments on commit 0506192

Please sign in to comment.