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)
commit6fe0d0628245fdcd6fad8b837c81e8f7ebc3364d
tree378308ac35b1bd5522cc75cb0b539f94d3383451
parentd6795fe32da13bde39ea483e42799a22daa730b5
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