]> Pileus Git - ~andy/linux/commit
x86, iommu: Mark DMAR IRQ as non-threaded
authorThomas Gleixner <tglx@linutronix.de>
Tue, 19 Jul 2011 14:25:42 +0000 (16:25 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 13 Sep 2011 21:44:53 +0000 (23:44 +0200)
commit477694e71113fd0694b6bb0bcc2d006b8ac62691
tree9ccfa37503514fa53ce26403ccf310d1586ea6e3
parented585a651681e822089087b426e6ebfb6d3d9873
x86, iommu: Mark DMAR IRQ as non-threaded

Mark this lowlevel IRQ handler as non-threaded. This prevents a boot
crash when "threadirqs" is on the kernel commandline. Also the
interrupt handler is handling hardware critical events which should
not be delayed into a thread.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/iommu/dmar.c