]> rtime.felk.cvut.cz Git - lincan.git/commit
Use send_sig() instead of kill_proc() in emulated kthread support.
authorppisa <ppisa>
Sun, 2 Nov 2008 12:35:20 +0000 (12:35 +0000)
committerppisa <ppisa>
Sun, 2 Nov 2008 12:35:20 +0000 (12:35 +0000)
commit7c1986e7d366ac059716effeac68e5e081a081c9
treee01f2b5161913f9f7997bd398a38513ece470c53
parentc1a3209a7cdb41a4a78caf3a5e0d3435deb4e43d
Use send_sig() instead of kill_proc() in emulated kthread support.

This allows to compile driver on latest 2.6.27+ kernels,
but is incorrect anyway. The local code for kernel thread
support is not more needed for recent 2.6 kernels and code
should be modified to emulate same interface for older ones.
lincan/src/kthread.c