Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81963
b: refs/heads/master
c: 174ce04
h: refs/heads/master
i:
  81961: b97936f
  81959: aab5ad2
v: v3
  • Loading branch information
Jesse Brandeburg authored and David S. Miller committed Feb 1, 2008
1 parent ee0df5b commit 6b66e05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 72eb7bd2693d83e161442b709b107dd77c77b4f2
refs/heads/master: 174ce0483198b9dffd712fdd7d53635954fddffe
1 change: 0 additions & 1 deletion trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,6 @@ static void spin(struct pktgen_dev *pkt_dev, __u64 spin_until_us)
__u64 now;

start = now = getCurUs();
printk(KERN_INFO "sleeping for %d\n", (int)(spin_until_us - now));
while (now < spin_until_us) {
/* TODO: optimize sleeping behavior */
if (spin_until_us - now > jiffies_to_usecs(1) + 1)
Expand Down

0 comments on commit 6b66e05

Please sign in to comment.