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

Next file: linux-2.4.25/arch/x86_64/kernel/bluesmoke.c
Previous file: linux-2.4.25/arch/x86_64/ia32/sys_ia32.c
Back to the patch index
Back to the overall index

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

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