|
@@ -75,6 +75,13 @@ static void __init nvidia_bugs(int num, int slot, int func)
|
|
{
|
|
{
|
|
#ifdef CONFIG_ACPI
|
|
#ifdef CONFIG_ACPI
|
|
#ifdef CONFIG_X86_IO_APIC
|
|
#ifdef CONFIG_X86_IO_APIC
|
|
|
|
+ /*
|
|
|
|
+ * Only applies to Nvidia root ports (bus 0) and not to
|
|
|
|
+ * Nvidia graphics cards with PCI ports on secondary buses.
|
|
|
|
+ */
|
|
|
|
+ if (num)
|
|
|
|
+ return;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* All timer overrides on Nvidia are
|
|
* All timer overrides on Nvidia are
|
|
* wrong unless HPET is enabled.
|
|
* wrong unless HPET is enabled.
|