From 1296464fb988616b2db830864cf4943372ba9594 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 14 Sep 2005 15:56:27 -0700 Subject: [PATCH] --- yaml --- r: 8955 b: refs/heads/master c: 1619cca2921f6927f4240e03f413d4165c7002fc h: refs/heads/master i: 8953: 8484d6880c2672a7e06ff6d40c9dc2229de19994 8951: cc53a345d5ae2923a8b47030fa511034d8e85350 v: v3 --- [refs] | 2 +- trunk/arch/i386/kernel/acpi/earlyquirk.c | 10 ---------- trunk/arch/x86_64/kernel/io_apic.c | 9 --------- 3 files changed, 1 insertion(+), 20 deletions(-) diff --git a/[refs] b/[refs] index ff0dc1c5a699..886f92d5306f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38400e42713de5f5d0d676eb721bc7f7237f7f18 +refs/heads/master: 1619cca2921f6927f4240e03f413d4165c7002fc diff --git a/trunk/arch/i386/kernel/acpi/earlyquirk.c b/trunk/arch/i386/kernel/acpi/earlyquirk.c index 1ae2aeeda18b..f1b9d2a46dab 100644 --- a/trunk/arch/i386/kernel/acpi/earlyquirk.c +++ b/trunk/arch/i386/kernel/acpi/earlyquirk.c @@ -7,7 +7,6 @@ #include #include #include -#include static int __init check_bridge(int vendor, int device) { @@ -16,15 +15,6 @@ static int __init check_bridge(int vendor, int device) if (vendor == PCI_VENDOR_ID_NVIDIA) { acpi_skip_timer_override = 1; } -#ifdef CONFIG_X86_LOCAL_APIC - /* - * ATI IXP chipsets get double timer interrupts. - * For now just do this for all ATI chipsets. - * FIXME: this needs to be checked for the non ACPI case too. - */ - if (vendor == PCI_VENDOR_ID_ATI) - disable_timer_pin_1 = 1; -#endif return 0; } diff --git a/trunk/arch/x86_64/kernel/io_apic.c b/trunk/arch/x86_64/kernel/io_apic.c index 522944a000ad..c8eee20cd519 100644 --- a/trunk/arch/x86_64/kernel/io_apic.c +++ b/trunk/arch/x86_64/kernel/io_apic.c @@ -299,15 +299,6 @@ void __init check_ioapic(void) #endif /* RED-PEN skip them on mptables too? */ return; - case PCI_VENDOR_ID_ATI: - /* All timer interrupts on atiixp - are doubled. Disable one. */ - if (disable_timer_pin_1 == 0) { - disable_timer_pin_1 = 1; - printk(KERN_INFO - "ATI board detected. Disabling timer pin 1.\n"); - } - return; } /* No multi-function device? */