diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 17:48:18 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-03 03:14:20 +0100 |
commit | c9e3ba2c1d178195e17bb4f1d49c32e0be8dbb16 (patch) | |
tree | 2f0e2f13277d4b68ea78b6fd32e2ce4a0ed26ef1 /drivers/acpi | |
parent | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... (diff) | |
download | linux-c9e3ba2c1d178195e17bb4f1d49c32e0be8dbb16.tar.xz linux-c9e3ba2c1d178195e17bb4f1d49c32e0be8dbb16.zip |
ACPICA: Update function header
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/events/evrgnini.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/acpi/events/evrgnini.c b/drivers/acpi/events/evrgnini.c index 203d1359190a..790d49b8212b 100644 --- a/drivers/acpi/events/evrgnini.c +++ b/drivers/acpi/events/evrgnini.c @@ -432,6 +432,9 @@ acpi_ev_default_region_setup(acpi_handle handle, * a PCI address in the scope of the definition. This address is * required to perform an access to PCI config space. * + * MUTEX: Interpreter should be unlocked, because we may run the _REG + * method for this region. + * ******************************************************************************/ acpi_status |