Searched hist:"9 e890ad880be1dd98483313b2ec0e23fbd4e3792" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio_thinint.c | diff 9e890ad880be1dd98483313b2ec0e23fbd4e3792 Thu Mar 26 09:24:30 CDT 2009 Jan Glauber <jang@linux.vnet.ibm.com> [S390] qdio: tasklet termination in case of module unload
If the qdio module is unloaded the tiqdio tasklet must be terminated by tasklet_kill. Move the tasklet_kill after the unregistration of the adapter interrupt so the tiqdio tasklet will not be scheduled anymore before calling tasklet_kill.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|