Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260420
b: refs/heads/master
c: 95918f4
h: refs/heads/master
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jul 26, 2011
1 parent 1be7b13 commit ed84217
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: 32e107f71e4a993ac438f0049aa4019457911ffb
refs/heads/master: 95918f4a72ce1dbbd2ce67a7c3bfff31335f4219
2 changes: 1 addition & 1 deletion trunk/lib/cpumask.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int __any_online_cpu(const cpumask_t *mask)
{
int cpu;

for_each_cpu_mask(cpu, *mask) {
for_each_cpu(cpu, mask) {
if (cpu_online(cpu))
break;
}
Expand Down

0 comments on commit ed84217

Please sign in to comment.