Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142245
b: refs/heads/master
c: 5d6700e
h: refs/heads/master
i:
  142243: 9918b9a
v: v3
  • Loading branch information
Stephen Rothwell authored and Linus Torvalds committed Apr 6, 2009
1 parent 4e58446 commit e9ce68c
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: 0cb55ad2ad5513f55304d026bb4319a9311163d0
refs/heads/master: 5d6700ea7bfb4704a8d5d10c6ebf0e947410f9ce
2 changes: 1 addition & 1 deletion trunk/mm/allocpercpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static void percpu_depopulate(void *__pdata, int cpu)
* @__pdata: per-cpu data to depopulate
* @mask: depopulate per-cpu data for cpu's selected through mask bits
*/
static void __percpu_depopulate_mask(void *__pdata, cpumask_t *mask)
static void __percpu_depopulate_mask(void *__pdata, const cpumask_t *mask)
{
int cpu;
for_each_cpu_mask_nr(cpu, *mask)
Expand Down

0 comments on commit e9ce68c

Please sign in to comment.