Thomas Gleixner 89d694b9db genirq: do not leave interupts enabled on free_irq
The default_disable() function was changed in commit:

 76d2160147f43f982dfe881404cfde9fd0a9da21
 genirq: do not mask interrupts by default

It removed the mask function in favour of the default delayed
interrupt disabling. Unfortunately this also broke the shutdown in
free_irq() when the last handler is removed from the interrupt for
those architectures which rely on the default implementations. Now we
can end up with a enabled interrupt line after the last handler was
removed, which can result in spurious interrupts.

Fix this by adding a default_shutdown function, which is only
installed, when the irqchip implementation does provide neither a
shutdown nor a disable function.

[@stable: affected versions: .21 - .24 ]

Pointed-out-by: Michael Hennerich <Michael.Hennerich@analog.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@elte.hu>
Cc: stable@kernel.org
Tested-by: Michael Hennerich <Michael.Hennerich@analog.com>
2008-02-19 10:43:58 +01:00
..
2008-02-07 01:27:17 -05:00
2008-01-07 14:55:37 -08:00
2008-02-14 21:13:33 -08:00
2007-10-21 02:37:45 -04:00
2008-02-14 21:13:33 -08:00
2008-02-18 18:46:28 -08:00
2008-02-07 08:42:22 -08:00
2007-10-18 14:37:24 -07:00
2008-02-14 21:13:33 -08:00
2008-02-14 21:13:33 -08:00
2008-01-25 21:08:29 +01:00
2007-07-16 09:05:50 -07:00
2008-02-14 21:13:32 -08:00
2008-01-25 21:08:34 +01:00
2008-02-08 09:22:39 -08:00
2008-02-08 09:22:31 -08:00
2008-02-08 09:22:31 -08:00
2008-01-25 21:08:24 +01:00
2008-02-13 16:21:18 -08:00
2008-01-25 21:08:24 +01:00
2008-01-25 21:08:25 +01:00
2008-02-06 10:41:07 -08:00
2007-07-16 09:05:50 -07:00
2008-02-13 16:21:18 -08:00
2008-02-08 09:22:31 -08:00
2008-02-02 14:27:45 +11:00
2008-01-30 13:31:20 +01:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:08 -08:00
2008-02-05 09:44:07 -08:00
2008-02-08 09:22:29 -08:00
2008-02-13 16:21:18 -08:00
2008-02-08 09:22:39 -08:00
2008-02-08 09:22:31 -08:00
2008-02-08 09:22:31 -08:00