Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156941
b: refs/heads/master
c: 142d44b
h: refs/heads/master
i:
  156939: 5357275
v: v3
  • Loading branch information
Amerigo Wang authored and Tejun Heo committed Aug 14, 2009
1 parent 21c67a7 commit b0fe92f
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: 74d46d6b2d23d44d72c37df4c6a5d2e782f7b088
refs/heads/master: 142d44b0dd6741a64a7bdbe029110e7c1dcf1d23
2 changes: 1 addition & 1 deletion trunk/mm/percpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ static struct pcpu_chunk *alloc_pcpu_chunk(void)
chunk->map[chunk->map_used++] = pcpu_unit_size;
chunk->page = chunk->page_ar;

chunk->vm = get_vm_area(pcpu_chunk_size, GFP_KERNEL);
chunk->vm = get_vm_area(pcpu_chunk_size, VM_ALLOC);
if (!chunk->vm) {
free_pcpu_chunk(chunk);
return NULL;
Expand Down

0 comments on commit b0fe92f

Please sign in to comment.