Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292920
b: refs/heads/master
c: 93713f3
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and James Bottomley committed Feb 19, 2012
1 parent 7aad258 commit d867a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 1ec90174bdb4d8798299aebdcc078c3ac7e2e2c4
refs/heads/master: 93713f3bf1d74c57ff851d17de54bb273d94210c
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/bnx2i/bnx2i_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,9 @@ static void bnx2i_percpu_thread_create(unsigned int cpu)

p = &per_cpu(bnx2i_percpu, cpu);

thread = kthread_create(bnx2i_percpu_io_thread, (void *)p,
"bnx2i_thread/%d", cpu);
thread = kthread_create_on_node(bnx2i_percpu_io_thread, (void *)p,
cpu_to_node(cpu),
"bnx2i_thread/%d", cpu);
/* bind thread to the cpu */
if (likely(!IS_ERR(thread))) {
kthread_bind(thread, cpu);
Expand Down

0 comments on commit d867a6e

Please sign in to comment.