diff options
| author | Andi Kleen <ak@muc.de> | 2004-10-19 18:12:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-19 18:12:05 -0700 |
| commit | 3f42b132c40f88587704835d6cd4eef6a0cc7377 (patch) | |
| tree | 51278bdad32eb84f816b42b4174bc04204e077cf /include | |
| parent | ec78b081d1f8f71c57ecc5b04e60907d7d360b75 (diff) | |
[PATCH] x86_64: fix IOAPIC on Nvidia boards
Originally suggested by Zwane Mwaikumbo
Ignore all ACPI timer overrides on all Nvidia boards. The fallback doesn't
work and no Nvidia boards needs a timer override. But some buggy BIOS have
it anyways.
Also enable IO-APIC mode by default for Nvidia then.
Thanks to Andy Currid for confirming this.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-x86_64/acpi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/acpi.h b/include/asm-x86_64/acpi.h index 015faa095c2b..84758e9fd097 100644 --- a/include/asm-x86_64/acpi.h +++ b/include/asm-x86_64/acpi.h @@ -166,6 +166,8 @@ extern int acpi_pci_disabled; extern u8 x86_acpiid_to_apicid[]; +extern int acpi_skip_timer_override; + #endif /*__KERNEL__*/ #endif /*_ASM_ACPI_H*/ |
