diff options
author | Len Brown <len.brown@intel.com> | 2008-10-22 23:27:59 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-10-22 23:27:59 -0400 |
commit | 0fbb3726f246aadd1bebc01114100b6e69afa5b9 (patch) | |
tree | 87e0ca2d5904df9e12e8b7b1d2b303b17758c70a /drivers/acpi/bus.c | |
parent | 47bf31adc541bef0c20de15e800e0011f1ae70c7 (diff) | |
parent | c0ff17720ec5f42205b3d2ca03a18da0a8272976 (diff) |
Merge branch 'ec' into test
Diffstat (limited to 'drivers/acpi/bus.c')
-rw-r--r-- | drivers/acpi/bus.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index e6311f432edf..b11400e2f856 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -793,6 +793,12 @@ static int __init acpi_bus_init(void) goto error1; } + /* + * Maybe EC region is required at bus_scan/acpi_get_devices. So it + * is necessary to enable it as early as possible. + */ + acpi_boot_ec_enable(); + printk(KERN_INFO PREFIX "Interpreter enabled\n"); /* Initialize sleep structures */ |