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
- Lines: 12
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/arch/x86_64/kernel/acpi.c
- Orig date:
2003-11-28 10:26:19.000000000 -0800
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)