commit | e5553a6d04421eec326a629571d696e8e745a0e4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jan 29 21:22:47 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 30 00:03:53 2009 -0800 |
tree | b6fe49a18135dbe27a464fb78828b2150c679689 | |
parent | c3cf5e8cc56d272f828a66610bb78bbb727b2ce1 [diff] [blame] |
sparc64: Implement NMI watchdog on capable cpus. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc/include/asm/kdebug_64.h b/arch/sparc/include/asm/kdebug_64.h index f905b77..feb3578 100644 --- a/arch/sparc/include/asm/kdebug_64.h +++ b/arch/sparc/include/asm/kdebug_64.h
@@ -14,6 +14,8 @@ DIE_TRAP, DIE_TRAP_TL1, DIE_CALL, + DIE_NMI, + DIE_NMIWATCHDOG, }; #endif