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
- Lines: 10
- Date:
2004-04-14 06:05:28.000000000 -0700
- Orig file:
linux-2.4.25/arch/x86_64/kernel/pci-pc.c
- Orig date:
2003-11-28 10:26:19.000000000 -0800
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)