aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mach-default/smpboot_hooks.h
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-03-19 13:26:06 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:04 -0400
commit3fa7b3487a1317f7d3be3043dbea316ca75abed5 (patch)
treeba0bb16fec7aa939430b40587f6b604ef315c18d /include/asm-x86/mach-default/smpboot_hooks.h
parent7cefaa20e798c547f569ca3f79547f820c802997 (diff)
x86: assign nr_ioapics = 0 in smpboot_hooks.h
change smpboot_setup_io_apic() by to match x86_64 behaviour Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mach-default/smpboot_hooks.h')
-rw-r--r--include/asm-x86/mach-default/smpboot_hooks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/mach-default/smpboot_hooks.h b/include/asm-x86/mach-default/smpboot_hooks.h
index 7f45f6311059..8e1c6c06d057 100644
--- a/include/asm-x86/mach-default/smpboot_hooks.h
+++ b/include/asm-x86/mach-default/smpboot_hooks.h
@@ -41,4 +41,6 @@ static inline void smpboot_setup_io_apic(void)
41 */ 41 */
42 if (!skip_ioapic_setup && nr_ioapics) 42 if (!skip_ioapic_setup && nr_ioapics)
43 setup_IO_APIC(); 43 setup_IO_APIC();
44 else
45 nr_ioapics = 0;
44} 46}