diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:18 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:20 -0500 |
commit | c9e3ba2c1d178195e17bb4f1d49c32e0be8dbb16 (patch) | |
tree | 2f0e2f13277d4b68ea78b6fd32e2ce4a0ed26ef1 /drivers | |
parent | e47fddf2470feb228e1d3ff41fc78dad4cfbbcc6 (diff) |
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')
-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, | |||
432 | * a PCI address in the scope of the definition. This address is | 432 | * a PCI address in the scope of the definition. This address is |
433 | * required to perform an access to PCI config space. | 433 | * required to perform an access to PCI config space. |
434 | * | 434 | * |
435 | * MUTEX: Interpreter should be unlocked, because we may run the _REG | ||
436 | * method for this region. | ||
437 | * | ||
435 | ******************************************************************************/ | 438 | ******************************************************************************/ |
436 | 439 | ||
437 | acpi_status | 440 | acpi_status |