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)
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>

No differences found