Revert "ACPICA: fix AML mutex re-entrancy"
authorLen Brown <len.brown@intel.com>
Thu, 10 May 2007 03:01:59 +0000 (23:01 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 10 May 2007 03:01:59 +0000 (23:01 -0400)
commit262a7a28de060f3a63cae20035876d6f22fd7670
tree80c687704cb57fafe11a2e40fbc9e6b2f095b604
parent40d07080e585396dc58bc64befa1de0695318b3b
Revert "ACPICA: fix AML mutex re-entrancy"

This reverts commit c0d127b56937c3e72c2b1819161d2f6718eee877.

These changes to AML locking were made to allow
Notify handlers to be called on the stack
and not deadlock.  However, that scheme turns
out to be flawed and was reverted by the previous commit,
so this commit restores the locking to it previous design.

Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/dispatcher/dsmethod.c
drivers/acpi/executer/exdump.c
drivers/acpi/executer/exmutex.c
drivers/acpi/utilities/utdelete.c
include/acpi/acinterp.h
include/acpi/acobject.h