aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-08-24 22:19:05 -0400
committerLen Brown <len.brown@intel.com>2007-08-24 22:19:05 -0400
commit5a16eff86dc1194a17c69250492e820d828e3bde (patch)
treea0f990ce8682d7108f6fbd7f9d3c90a8d318d9b8 /include/asm-x86_64
parentPull battery into release branch (diff)
parentACPI: boot correctly with "nosmp" or "maxcpus=0" (diff)
downloadlinux-dev-5a16eff86dc1194a17c69250492e820d828e3bde.tar.xz
linux-dev-5a16eff86dc1194a17c69250492e820d828e3bde.zip
Pull bugzilla-1641 into release branch
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/io_apic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86_64/io_apic.h b/include/asm-x86_64/io_apic.h
index 969d225a9350..d9f2e54324d5 100644
--- a/include/asm-x86_64/io_apic.h
+++ b/include/asm-x86_64/io_apic.h
@@ -109,6 +109,12 @@ extern int mpc_default_type;
/* 1 if "noapic" boot option passed */
extern int skip_ioapic_setup;
+static inline void disable_ioapic_setup(void)
+{
+ skip_ioapic_setup = 1;
+}
+
+
/*
* If we use the IO-APIC for IRQ routing, disable automatic
* assignment of PCI IRQ's.