From: Dmitry Eremin-Solenikov Date: Sat, 22 Nov 2014 13:48:15 +0000 (+0100) Subject: ARM: 8218/1: warn if bad IRQ was scheduled X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44cb09c23f8e5838f24ef47d43dd2804b71b3a65;p=pandora-kernel.git ARM: 8218/1: warn if bad IRQ was scheduled If somebody causes an unexpected bad IRQ, this even will be unnoticed in both dmesg and system logs. If the "bad" IRQ is stuck, the device will just hang silently w/o reporting anything. Compare this to the generic behaviour (from include/asm-generic/hardirq.h) which prints a message with critical level. So to help everybody, include the same message into ARM-specific ack_bad_irq(). Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Russell King --- Reading git-diff-tree failed