commit | 59abbd1e7cfd6018fb8e58a96aa562aaff8711e7 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Sep 10 06:28:20 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 10 06:28:20 2009 -0700 |
tree | 18114674792b9b79fff35b69bab7eea6a20fcf00 | |
parent | 5686f9c3d67d5a20108fa26105c98b042df13123 [diff] [blame] |
sparc64: Initial hw perf counter support. Only supports one simple counter and only UltraSPARC-IIIi chips. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/arch/sparc/include/asm/nmi.h b/arch/sparc/include/asm/nmi.h index c7d11e4..72e6500 100644 --- a/arch/sparc/include/asm/nmi.h +++ b/arch/sparc/include/asm/nmi.h
@@ -7,4 +7,7 @@ extern atomic_t nmi_active; +extern void start_nmi_watchdog(void *unused); +extern void stop_nmi_watchdog(void *unused); + #endif /* __NMI_H */