|
@@ -911,10 +911,7 @@ void __init acpi_early_init(void)
|
|
}
|
|
}
|
|
#endif
|
|
#endif
|
|
|
|
|
|
- status =
|
|
|
|
- acpi_enable_subsystem(~
|
|
|
|
- (ACPI_NO_HARDWARE_INIT |
|
|
|
|
- ACPI_NO_ACPI_ENABLE));
|
|
|
|
|
|
+ status = acpi_enable_subsystem(~ACPI_NO_ACPI_ENABLE);
|
|
if (ACPI_FAILURE(status)) {
|
|
if (ACPI_FAILURE(status)) {
|
|
printk(KERN_ERR PREFIX "Unable to enable ACPI\n");
|
|
printk(KERN_ERR PREFIX "Unable to enable ACPI\n");
|
|
goto error0;
|
|
goto error0;
|
|
@@ -935,8 +932,7 @@ static int __init acpi_bus_init(void)
|
|
|
|
|
|
acpi_os_initialize1();
|
|
acpi_os_initialize1();
|
|
|
|
|
|
- status =
|
|
|
|
- acpi_enable_subsystem(ACPI_NO_HARDWARE_INIT | ACPI_NO_ACPI_ENABLE);
|
|
|
|
|
|
+ status = acpi_enable_subsystem(ACPI_NO_ACPI_ENABLE);
|
|
if (ACPI_FAILURE(status)) {
|
|
if (ACPI_FAILURE(status)) {
|
|
printk(KERN_ERR PREFIX
|
|
printk(KERN_ERR PREFIX
|
|
"Unable to start the ACPI Interpreter\n");
|
|
"Unable to start the ACPI Interpreter\n");
|