diff options
author | Don Zickus <dzickus@redhat.com> | 2006-06-26 07:57:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 13:48:16 -0400 |
commit | 3e4ff115740c28dea463561aa1405a3c0de0d2d0 (patch) | |
tree | 517e293240ae7f2ccb6b4545a6d9a22660e46f02 /include/asm-x86_64/apic.h | |
parent | 14118c3cdd46d72e503ee2f727b11d881f72f755 (diff) |
[PATCH] x86_64: nmi watchdog header cleanup
Misc header cleanup for nmi watchdog.
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64/apic.h')
-rw-r--r-- | include/asm-x86_64/apic.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/asm-x86_64/apic.h b/include/asm-x86_64/apic.h index a731be2204d2..c9e6c2501a48 100644 --- a/include/asm-x86_64/apic.h +++ b/include/asm-x86_64/apic.h | |||
@@ -79,27 +79,11 @@ extern void init_apic_mappings (void); | |||
79 | extern void smp_local_timer_interrupt (struct pt_regs * regs); | 79 | extern void smp_local_timer_interrupt (struct pt_regs * regs); |
80 | extern void setup_boot_APIC_clock (void); | 80 | extern void setup_boot_APIC_clock (void); |
81 | extern void setup_secondary_APIC_clock (void); | 81 | extern void setup_secondary_APIC_clock (void); |
82 | extern void setup_apic_nmi_watchdog (void); | ||
83 | extern int reserve_lapic_nmi(void); | ||
84 | extern void release_lapic_nmi(void); | ||
85 | extern void disable_timer_nmi_watchdog(void); | ||
86 | extern void enable_timer_nmi_watchdog(void); | ||
87 | extern void nmi_watchdog_tick (struct pt_regs * regs, unsigned reason); | ||
88 | extern int APIC_init_uniprocessor (void); | 82 | extern int APIC_init_uniprocessor (void); |
89 | extern void disable_APIC_timer(void); | 83 | extern void disable_APIC_timer(void); |
90 | extern void enable_APIC_timer(void); | 84 | extern void enable_APIC_timer(void); |
91 | extern void clustered_apic_check(void); | 85 | extern void clustered_apic_check(void); |
92 | 86 | ||
93 | extern void nmi_watchdog_default(void); | ||
94 | extern int setup_nmi_watchdog(char *); | ||
95 | |||
96 | extern unsigned int nmi_watchdog; | ||
97 | #define NMI_DEFAULT -1 | ||
98 | #define NMI_NONE 0 | ||
99 | #define NMI_IO_APIC 1 | ||
100 | #define NMI_LOCAL_APIC 2 | ||
101 | #define NMI_INVALID 3 | ||
102 | |||
103 | extern int disable_timer_pin_1; | 87 | extern int disable_timer_pin_1; |
104 | 88 | ||
105 | extern void setup_threshold_lvt(unsigned long lvt_off); | 89 | extern void setup_threshold_lvt(unsigned long lvt_off); |