diff options
Diffstat (limited to 'include/asm-x86/io_apic.h')
-rw-r--r-- | include/asm-x86/io_apic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/io_apic.h b/include/asm-x86/io_apic.h index a39670ae17df..721605d8f116 100644 --- a/include/asm-x86/io_apic.h +++ b/include/asm-x86/io_apic.h | |||
@@ -168,8 +168,10 @@ extern int timer_through_8259; | |||
168 | 168 | ||
169 | static inline void disable_ioapic_setup(void) | 169 | static inline void disable_ioapic_setup(void) |
170 | { | 170 | { |
171 | #ifdef CONFIG_PCI | ||
171 | noioapicquirk = 1; | 172 | noioapicquirk = 1; |
172 | noioapicreroute = -1; | 173 | noioapicreroute = -1; |
174 | #endif | ||
173 | skip_ioapic_setup = 1; | 175 | skip_ioapic_setup = 1; |
174 | } | 176 | } |
175 | 177 | ||