diff options
Diffstat (limited to 'drivers/acpi/acpica/utxface.c')
| -rw-r--r-- | drivers/acpi/acpica/utxface.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/acpi/acpica/utxface.c b/drivers/acpi/acpica/utxface.c index db9d8ca57987..7f8cefcb2b32 100644 --- a/drivers/acpi/acpica/utxface.c +++ b/drivers/acpi/acpica/utxface.c | |||
| @@ -293,12 +293,8 @@ acpi_status acpi_initialize_objects(u32 flags) | |||
| 293 | * Complete the GPE initialization for the GPE blocks defined in the FADT | 293 | * Complete the GPE initialization for the GPE blocks defined in the FADT |
| 294 | * (GPE block 0 and 1). | 294 | * (GPE block 0 and 1). |
| 295 | * | 295 | * |
| 296 | * Note1: This is where the _PRW methods are executed for the GPEs. These | 296 | * NOTE: Currently, there seems to be no need to run the _REG methods |
| 297 | * methods can only be executed after the SCI and Global Lock handlers are | 297 | * before enabling the GPEs. |
| 298 | * installed and initialized. | ||
| 299 | * | ||
| 300 | * Note2: Currently, there seems to be no need to run the _REG methods | ||
| 301 | * before execution of the _PRW methods and enabling of the GPEs. | ||
| 302 | */ | 298 | */ |
| 303 | if (!(flags & ACPI_NO_EVENT_INIT)) { | 299 | if (!(flags & ACPI_NO_EVENT_INIT)) { |
| 304 | status = acpi_ev_install_fadt_gpes(); | 300 | status = acpi_ev_install_fadt_gpes(); |
