diff options
| author | Len Brown <len.brown@intel.com> | 2004-11-10 14:59:04 -0500 |
|---|---|---|
| committer | Len Brown <lenb@dhcppc3.> | 2004-11-10 14:59:04 -0500 |
| commit | dc6d190e55d691b7b5b7e8615e5267a66ac38e42 (patch) | |
| tree | e51b02f9d4ae6227e558eda07afe7580cd1b0e2c /include | |
| parent | e7de38c1a8b6a12c47d8861cd3bbaaea3c38c5ac (diff) | |
[ACPI] automatic workaround for NFORCE timer-override BIOS bug
http://bugzilla.kernel.org/show_bug.cgi?id=3551
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/acpi.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/pci-direct.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/acpi.h b/include/asm-i386/acpi.h index ee3667db2862..c42d2011d18e 100644 --- a/include/asm-i386/acpi.h +++ b/include/asm-i386/acpi.h @@ -138,6 +138,8 @@ extern int acpi_gsi_to_irq(u32 gsi, unsigned int *irq); extern int skip_ioapic_setup; extern int acpi_skip_timer_override; +extern void check_acpi_pci(void); + static inline void disable_ioapic_setup(void) { skip_ioapic_setup = 1; diff --git a/include/asm-i386/pci-direct.h b/include/asm-i386/pci-direct.h new file mode 100644 index 000000000000..4f6738b08206 --- /dev/null +++ b/include/asm-i386/pci-direct.h @@ -0,0 +1 @@ +#include "asm-x86_64/pci-direct.h" |
