Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a5f8dee2d367e69fd57f5ea107072bb72eb15327
Commit:     a5f8dee2d367e69fd57f5ea107072bb72eb15327
Parent:     9e197219605513c14d3eae41039ecf1b82d1920d
Author:     Alexey Starikovskiy <[EMAIL PROTECTED]>
AuthorDate: Wed Mar 7 22:27:59 2007 +0300
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Fri Mar 9 23:27:27 2007 -0500

    ACPI: EC: Don't use Global Lock if not asked to do so
    
    Signed-off-by: Alexey Starikovskiy <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 drivers/acpi/ec.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c
index a802962..7828ac5 100644
--- a/drivers/acpi/ec.c
+++ b/drivers/acpi/ec.c
@@ -827,7 +827,6 @@ acpi_fake_ecdt_callback(acpi_handle handle,
        status = acpi_evaluate_integer(handle, "_GPE", NULL, &ec_ecdt->gpe);
        if (ACPI_FAILURE(status))
                return status;
-       ec_ecdt->global_lock = TRUE;
        ec_ecdt->handle = handle;
 
        ACPI_DEBUG_PRINT((ACPI_DB_INFO, "GPE=0x%02lx, ports=0x%2lx, 0x%2lx",
@@ -901,8 +900,6 @@ static int __init acpi_ec_get_real_ecdt(void)
        ec_ecdt->command_addr = ecdt_ptr->control.address;
        ec_ecdt->data_addr = ecdt_ptr->data.address;
        ec_ecdt->gpe = ecdt_ptr->gpe;
-       /* use the GL just to be safe */
-       ec_ecdt->global_lock = TRUE;
        ec_ecdt->uid = ecdt_ptr->uid;
 
        status = acpi_get_handle(NULL, ecdt_ptr->id, &ec_ecdt->handle);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to