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

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

diff -urN linux-2.4.25/arch/x86_64/kernel/pci-pc.c linux-2.4.26/arch/x86_64/kernel/pci-pc.c
@@ -645,6 +645,9 @@
 	} else if (!strncmp(str, "lastbus=", 8)) {
 		pcibios_last_bus = simple_strtol(str+8, NULL, 0);
 		return NULL;
+	} else if (!strncmp(str, "noacpi", 6)) {
+		acpi_noirq_set();
+		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)