Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72624
b: refs/heads/master
c: 43cc738
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and David S. Miller committed Oct 26, 2007
1 parent 4442909 commit d170632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ad7c62b752483982a678c78a52a70f498b84cbb
refs/heads/master: 43cc7380eced27ee9cafdf89fa32333dc3884e8b
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ static inline void napi_complete(struct napi_struct *n)
static inline void napi_disable(struct napi_struct *n)
{
while (test_and_set_bit(NAPI_STATE_SCHED, &n->state))
msleep_interruptible(1);
msleep(1);
}

/**
Expand Down

0 comments on commit d170632

Please sign in to comment.