Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191957
b: refs/heads/master
c: 93f7c93
h: refs/heads/master
i:
  191955: d827303
v: v3
  • Loading branch information
Julia Lawall authored and Tony Luck committed May 18, 2010
1 parent feeba5c commit ccec802
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 80aa9bf0d8083554967400d48dbec078aa8f128e
refs/heads/master: 93f7c93bee6382e01c34ea0c34ff8fb98c648734
4 changes: 2 additions & 2 deletions trunk/arch/ia64/sn/kernel/sn2/sn_hwperf.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ static int sn_hwperf_op_cpu(struct sn_hwperf_op_info *op_info)
else {
/* migrate the task before calling SAL */
save_allowed = current->cpus_allowed;
set_cpus_allowed(current, cpumask_of_cpu(cpu));
set_cpus_allowed_ptr(current, cpumask_of(cpu));
sn_hwperf_call_sal(op_info);
set_cpus_allowed(current, save_allowed);
set_cpus_allowed_ptr(current, &save_allowed);
}
}
r = op_info->ret;
Expand Down

0 comments on commit ccec802

Please sign in to comment.