]> err.no Git - linux-2.6/commit
ACPICA: Release global lock from interrupt handler
authorBob Moore <robert.moore@intel.com>
Fri, 2 Feb 2007 16:48:18 +0000 (19:48 +0300)
committerLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 02:14:20 +0000 (21:14 -0500)
commita72d47563bce9542b9a83521a4e8175076278ee9
treea510267ef9cb9e2fe008e6fd2b0a5c57b03265a8
parentc81da66608d65dab04730582dfdfcdcab779e2fe
ACPICA: Release global lock from interrupt handler

The ACPI Global Lock interrupt handler no longer
queues the execution of a separate thread to signal the
global lock semaphore. Instead, the semaphore is signaled
directly from the interrupt handler.

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