]> git.baikalelectronics.ru Git - kernel.git/commit
kgdb: call touch_softlockup_watchdog on resume
authorJason Wessel <jason.wessel@windriver.com>
Mon, 6 Oct 2008 18:50:59 +0000 (13:50 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Mon, 6 Oct 2008 18:50:59 +0000 (13:50 -0500)
commitd8daaba8bcfe7bda6e12de425ede8c600aead77f
treee236d87c949e9697514a6362f86391f37c6341bd
parent09c04832facf29c3f29e5872ba14e90c90416e17
kgdb: call touch_softlockup_watchdog on resume

The softlockup watchdog needs to be touched when resuming the from the
kgdb stopped state to avoid the printk that a CPU is stuck if the
debugger was active for longer than the softlockup threshold.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
kernel/kgdb.c