sparc64: Make touch_nmi_watchdog() actually work.
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2009 06:29:16 +0000 (23:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2009 06:29:16 +0000 (23:29 -0700)
commitd89be56b2153ccad7e8cd9e71b5d8b686632e8c2
tree2b1a0a14e1c336c6eb0bf3b04de86843f1e989b7
parent4e85f5915dedb7c852c1e1189aa4133c87798a5e
sparc64: Make touch_nmi_watchdog() actually work.

It guards it's actions on nmi_watchdog_active, but nothing ever
sets that and it's initial value is zero.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/nmi.c