Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130604
b: refs/heads/master
c: 4ab0a94
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Jan 30, 2009
1 parent 347d00f commit ce3d520
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: 3a9f84d354ce1e19956083c8e691727dea33bd5a
refs/heads/master: 4ab0a9409af5fad74ad1fc9e46d5a8b460f353e9
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 ce3d520

Please sign in to comment.