ACPICA: Fix mutex errors when running _REG methods
authorBob Moore <robert.moore@intel.com>
Fri, 11 Dec 2009 07:16:38 +0000 (15:16 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 15 Dec 2009 22:29:36 +0000 (17:29 -0500)
commitd97659112044c0c77b93c6199eee7ee884eb3cca
treecc1f8d167cdd2af02b6661bc326649732f611009
parent90434c1c7c61ce7dd349f17f003b8813421aeadc
ACPICA: Fix mutex errors when running _REG methods

Fixes a problem where mutex errors can occur when running a _REG
method that is in the same scope as a method-defined operation
region or an operation region under a module-level IF block.
This is rare, so the problem has not been seen before.
ACPICA BZ 826.

http://www.acpica.org/bugzilla/show_bug.cgi?id=826

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/dswload.c