ACPICA: Revert "Revert "Enable multi-byte EC transfers
[deliverable/linux.git] / drivers / acpi / acpica / utxface.c
index db9d8ca57987bc53b902274bb48a704438dbb525..7f8cefcb2b32da538adb9a2fb73e4dbae645924e 100644 (file)
@@ -293,12 +293,8 @@ acpi_status acpi_initialize_objects(u32 flags)
         * Complete the GPE initialization for the GPE blocks defined in the FADT
         * (GPE block 0 and 1).
         *
-        * Note1: This is where the _PRW methods are executed for the GPEs. These
-        * methods can only be executed after the SCI and Global Lock handlers are
-        * installed and initialized.
-        *
-        * Note2: Currently, there seems to be no need to run the _REG methods
-        * before execution of the _PRW methods and enabling of the GPEs.
+        * NOTE: Currently, there seems to be no need to run the _REG methods
+        * before enabling the GPEs.
         */
        if (!(flags & ACPI_NO_EVENT_INIT)) {
                status = acpi_ev_install_fadt_gpes();
This page took 0.023819 seconds and 5 git commands to generate.