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

No differences found