]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Make ACPI interrupt threaded
authorAndi Kleen <andi@firstfloor.org>
Mon, 6 Feb 2012 16:17:09 +0000 (08:17 -0800)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 05:41:45 +0000 (01:41 -0400)
commit8608a138699413a02cc136352b7bf91b2127420e
tree378308ac35b1bd5522cc75cb0b539f94d3383451
parent2a5a4dc6c6b6b48e31544575e9288068dc45d24c
ACPI: Make ACPI interrupt threaded

Some ACPI interrupt actions may need to wait, and it's easiest to
have a thread context for this. So turn the ACPI interrupt
into a threaded interrupt.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/osl.c