patch-2.4.27 linux-2.4.27/arch/x86_64/kernel/pci-pc.c

Next file: linux-2.4.27/arch/x86_64/kernel/setup.c
Previous file: linux-2.4.27/arch/x86_64/kernel/pci-gart.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/arch/x86_64/kernel/pci-pc.c linux-2.4.27/arch/x86_64/kernel/pci-pc.c
@@ -646,7 +646,7 @@
 		pcibios_last_bus = simple_strtol(str+8, NULL, 0);
 		return NULL;
 	} else if (!strncmp(str, "noacpi", 6)) {
-		acpi_noirq_set();
+		acpi_disable_pci();
 		return NULL;
 	}
 	return str;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)