patch-2.4.25 linux-2.4.25/arch/i386/kernel/acpi.c

Next file: linux-2.4.25/arch/i386/kernel/edd.c
Previous file: linux-2.4.25/arch/i386/defconfig
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/i386/kernel/acpi.c linux-2.4.25/arch/i386/kernel/acpi.c
@@ -333,8 +333,10 @@
 	 * Initialize the ACPI boot-time table parser.
 	 */
 	result = acpi_table_init();
-	if (result)
+	if (result) {
+		acpi_disabled = 1;
 		return result;
+	}
 
 	result = acpi_blacklisted();
 	if (result) {

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