|
@@ -544,10 +544,8 @@ static void acpi_bus_osc_support(void)
|
|
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_PPC_OST_SUPPORT;
|
|
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_PPC_OST_SUPPORT;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_ACPI_APEI_GHES
|
|
|
|
if (!ghes_disable)
|
|
if (!ghes_disable)
|
|
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_APEI_SUPPORT;
|
|
capbuf[OSC_SUPPORT_TYPE] |= OSC_SB_APEI_SUPPORT;
|
|
-#endif
|
|
|
|
if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle)))
|
|
if (ACPI_FAILURE(acpi_get_handle(NULL, "\\_SB", &handle)))
|
|
return;
|
|
return;
|
|
if (ACPI_SUCCESS(acpi_run_osc(handle, &context))) {
|
|
if (ACPI_SUCCESS(acpi_run_osc(handle, &context))) {
|