Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298411
b: refs/heads/master
c: 9612090
h: refs/heads/master
i:
  298409: 941d76b
  298407: 107ea76
v: v3
  • Loading branch information
Steffen Klassert authored and Herbert Xu committed Mar 29, 2012
1 parent 7226064 commit 8e49824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13614e0fb1a8840c134be35c179ff23e23676304
refs/heads/master: 9612090527526a15832480c48b1f4b39e93e8a35
3 changes: 3 additions & 0 deletions trunk/kernel/padata.c
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,9 @@ static int __padata_remove_cpu(struct padata_instance *pinst, int cpu)
return -ENOMEM;

padata_replace(pinst, pd);

cpumask_clear_cpu(cpu, pd->cpumask.cbcpu);
cpumask_clear_cpu(cpu, pd->cpumask.pcpu);
}

return 0;
Expand Down

0 comments on commit 8e49824

Please sign in to comment.