ACPICA: Fix ACPI Global Lock re-entrancy
commit610a3d069665ba2b27e42c90129ce640c4d6e515
authorAlexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
Wed, 7 Mar 2007 05:57:30 +0000 (7 00:57 -0500)
committerLen Brown <len.brown@intel.com>
Wed, 7 Mar 2007 05:57:30 +0000 (7 00:57 -0500)
treecd6b4bf8526fe8a7bae944a8e9b0fad335c60b08
parent08e15e81a40e3241ce93b4a43886f3abda184aa6
ACPICA: Fix ACPI Global Lock re-entrancy

patch "Delete recursive feature of ACPI Global Lock"
broke re-entrancy of the Global Lock.
The common routine to acquire GL is acpi_ev_acquire_global_lock,
so check for re-entrancy _must_ be there, and not anywhere else.

http://bugzilla.kernel.org/show_bug.cgi?id=8066#c9

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/events/evmisc.c