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:
2ac6608
)
[NET]: Fix busy waiting in dev_close().
author
David S. Miller
<davem@davemloft.net>
Thu, 28 Jul 2005 19:12:58 +0000
(12:12 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 28 Jul 2005 19:12:58 +0000
(12:12 -0700)
If the current task has signal_pending(), the loop we have
to wait for the __LINK_STATE_RX_SCHED bit to clear becomes
a pure busy-loop.
Fixed by using msleep() instead of the hand-crafted version.
Noticed by Andrew Morton.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found