diff options
Diffstat (limited to 'include/asm-x86/apic.h')
-rw-r--r-- | include/asm-x86/apic.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-x86/apic.h b/include/asm-x86/apic.h index aa746704a5c9..129752dd2525 100644 --- a/include/asm-x86/apic.h +++ b/include/asm-x86/apic.h | |||
@@ -100,6 +100,11 @@ extern void apic_wait_icr_idle(void); | |||
100 | extern u32 safe_apic_wait_icr_idle(void); | 100 | extern u32 safe_apic_wait_icr_idle(void); |
101 | extern void apic_icr_write(u32 low, u32 id); | 101 | extern void apic_icr_write(u32 low, u32 id); |
102 | #else | 102 | #else |
103 | extern int x2apic, x2apic_preenabled; | ||
104 | extern void check_x2apic(void); | ||
105 | extern void enable_x2apic(void); | ||
106 | extern void enable_IR_x2apic(void); | ||
107 | extern void x2apic_icr_write(u32 low, u32 id); | ||
103 | 108 | ||
104 | struct apic_ops { | 109 | struct apic_ops { |
105 | u32 (*read)(u32 reg); | 110 | u32 (*read)(u32 reg); |