diff options
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); |