Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105222
b: refs/heads/master
c: 4755b92
h: refs/heads/master
v: v3
  • Loading branch information
Mike Travis authored and Ingo Molnar committed Jul 18, 2008
1 parent e9d0d42 commit 21a749b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: c18a41fbbc500ac0307ffd2b0ae73c2af9d0b0ab
refs/heads/master: 4755b9291204982ac908e069674d6e5eb45815b3
6 changes: 3 additions & 3 deletions trunk/lib/smp_processor_id.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notrace unsigned int debug_smp_processor_id(void)
{
unsigned long preempt_count = preempt_count();
int this_cpu = raw_smp_processor_id();
cpumask_t this_mask;
cpumask_of_cpu_ptr_declare(this_mask);

if (likely(preempt_count))
goto out;
Expand All @@ -23,9 +23,9 @@ notrace unsigned int debug_smp_processor_id(void)
* Kernel threads bound to a single CPU can safely use
* smp_processor_id():
*/
this_mask = cpumask_of_cpu(this_cpu);
cpumask_of_cpu_ptr_next(this_mask, cpu);

if (cpus_equal(current->cpus_allowed, this_mask))
if (cpus_equal(current->cpus_allowed, *this_mask))
goto out;

/*
Expand Down

0 comments on commit 21a749b

Please sign in to comment.