Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136370
b: refs/heads/master
c: 651f811
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Jan 11, 2009
1 parent 4b19317 commit e24bb58
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: 2f8975fbcf07103afab0bbaea5f5b1a9967ffb86
refs/heads/master: 651f8118cf0a5724f23fe1de4a3d9d36b2e01c2e
2 changes: 1 addition & 1 deletion trunk/lib/smp_processor_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ notrace unsigned int debug_smp_processor_id(void)
* Kernel threads bound to a single CPU can safely use
* smp_processor_id():
*/
if (cpus_equal(current->cpus_allowed, cpumask_of_cpu(this_cpu)))
if (cpumask_equal(&current->cpus_allowed, cpumask_of(this_cpu)))
goto out;

/*
Expand Down

0 comments on commit e24bb58

Please sign in to comment.