Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213240
b: refs/heads/master
c: fc1481a
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Sep 10, 2010
1 parent 999961d commit 88efe07
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3c9a024fde58b08745680863859d1483def64f74
refs/heads/master: fc1481a956181d0360d3eb129965302489895a1b
6 changes: 5 additions & 1 deletion trunk/mm/percpu-km.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@

static int pcpu_populate_chunk(struct pcpu_chunk *chunk, int off, int size)
{
/* noop */
unsigned int cpu;

for_each_possible_cpu(cpu)
memset((void *)pcpu_chunk_addr(chunk, cpu, 0) + off, 0, size);

return 0;
}

Expand Down

0 comments on commit 88efe07

Please sign in to comment.