diff options
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r-- | include/asm-x86/apic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index be9639a9a186..3c387cda95fa 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -38,12 +38,9 @@ extern void generic_apic_probe(void); | |||
38 | extern int apic_verbosity; | 38 | extern int apic_verbosity; |
39 | extern int timer_over_8254; | 39 | extern int timer_over_8254; |
40 | extern int local_apic_timer_c2_ok; | 40 | extern int local_apic_timer_c2_ok; |
41 | extern int local_apic_timer_disabled; | ||
42 | 41 | ||
43 | extern int apic_runs_main_timer; | ||
44 | extern int ioapic_force; | 42 | extern int ioapic_force; |
45 | extern int disable_apic; | 43 | extern int disable_apic; |
46 | extern int disable_apic_timer; | ||
47 | 44 | ||
48 | /* | 45 | /* |
49 | * Basic functions accessing APICs. | 46 | * Basic functions accessing APICs. |