sparc64: Implement NMI watchdog on capable cpus.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
10
arch/sparc/include/asm/nmi.h
Normal file
10
arch/sparc/include/asm/nmi.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __NMI_H
|
||||
#define __NMI_H
|
||||
|
||||
extern int __init nmi_init(void);
|
||||
extern void perfctr_irq(int irq, struct pt_regs *regs);
|
||||
extern void nmi_adjust_hz(unsigned int new_hz);
|
||||
|
||||
extern int nmi_usable;
|
||||
|
||||
#endif /* __NMI_H */
|
Reference in New Issue
Block a user