commit | 477694e71113fd0694b6bb0bcc2d006b8ac62691 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Jul 19 16:25:42 2011 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Sep 13 23:44:53 2011 +0200 |
tree | 9ccfa37503514fa53ce26403ccf310d1586ea6e3 | |
parent | ed585a651681e822089087b426e6ebfb6d3d9873 [diff] |
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>