git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6835d09
)
[PATCH] net/slip: replace schedule_timeout() with msleep_interruptible()
author
Nishanth Aravamudan
<nacc@us.ibm.com>
Mon, 2 May 2005 06:34:57 +0000
(23:34 -0700)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sun, 26 Jun 2005 22:30:15 +0000
(18:30 -0400)
Use msleep_interruptible() instead of schedule_timeout() to guarantee
the task delays as expected.
No differences found