diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 10:14:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:55:43 -0400 |
commit | 54ce7f99065cadcbb627f47f2321b76f099fda28 (patch) | |
tree | 90d2c23e6f298ebc334b60c77800a4d44bb4c38c /arch | |
parent | efefa6f63fe6f08c16fa28dc9391bd1b89df5274 (diff) |
x86, VisWS: turn into generic arch, IO-APIC setup fix
skip IO-APIC setup on a VISWS if it's enabled.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/setup_visws.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_visws.c b/arch/x86/kernel/setup_visws.c index e95e9499c8cd..e19b91c47e90 100644 --- a/arch/x86/kernel/setup_visws.c +++ b/arch/x86/kernel/setup_visws.c | |||
@@ -260,6 +260,13 @@ void __init visws_early_detect(void) | |||
260 | mach_get_smp_config_quirk = visws_get_smp_config_quirk; | 260 | mach_get_smp_config_quirk = visws_get_smp_config_quirk; |
261 | mach_find_smp_config_quirk = visws_find_smp_config_quirk; | 261 | mach_find_smp_config_quirk = visws_find_smp_config_quirk; |
262 | 262 | ||
263 | #ifdef CONFIG_X86_IO_APIC | ||
264 | /* | ||
265 | * Turn off IO-APIC detection and initialization: | ||
266 | */ | ||
267 | skip_ioapic_setup = 1; | ||
268 | #endif | ||
269 | |||
263 | /* | 270 | /* |
264 | * Get Board rev. | 271 | * Get Board rev. |
265 | * First, we have to initialize the 307 part to allow us access | 272 | * First, we have to initialize the 307 part to allow us access |