Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64610
b: refs/heads/master
c: 88282c6
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Aug 31, 2007
1 parent dbcb4d7 commit 98f6084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: a289d70d74c39a8e6938619f967fc6cd70ce1798
refs/heads/master: 88282c6ecf0dacefda6090b0289d35e8a3cc6221
3 changes: 0 additions & 3 deletions trunk/net/core/pktgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ struct pktgen_thread {
/* Field for thread to receive "posted" events terminate, stop ifs etc. */

u32 control;
int pid;
int cpu;

wait_queue_head_t queue;
Expand Down Expand Up @@ -3463,8 +3462,6 @@ static int pktgen_thread_worker(void *arg)

init_waitqueue_head(&t->queue);

t->pid = current->pid;

pr_debug("pktgen: starting pktgen/%d: pid=%d\n", cpu, current->pid);

max_before_softirq = t->max_before_softirq;
Expand Down

0 comments on commit 98f6084

Please sign in to comment.