Heiko Carstens 408aec3c6c [S390] 3215: Remove tasklet.
The 3215 console irq handler used to schedule a tasklet. However the
console irq handler also gets called from the infamous cio_tpi()
function. Which in turn does something like

local_bh_disable()
[call console irq handler]
_local_bh_enable()

_local_bh_enable() prevents execution of softirqs, which is intended
within cio_tpi(). However there might be a new softirq pending because
irq handler scheduled a tasklet.
In order to prevent this behaviour we just get rid of the tasklet.
It's not doing much anyway.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-10-10 21:34:02 +02:00
..
2008-10-10 21:34:02 +02:00
2006-12-08 15:53:52 +01:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:42:52 -07:00
2008-07-02 15:06:23 -06:00
2006-07-12 16:41:55 +02:00
2008-07-14 10:02:19 +02:00
2008-07-14 10:02:18 +02:00
2007-07-17 13:36:19 +02:00
2008-10-10 21:33:49 +02:00