Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139083
b: refs/heads/master
c: 9489424
h: refs/heads/master
i:
  139081: 3ef8d69
  139079: c19ee84
v: v3
  • Loading branch information
Rusty Russell committed Mar 30, 2009
1 parent f19dc87 commit 75a6fbd
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: 2b17fa506c418e9fb02bbbc7f426d2bbb5b247a6
refs/heads/master: 9489424454c93f4d225d7af47978f8c7e84bf4d4
2 changes: 1 addition & 1 deletion trunk/kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)
mm->free_area_cache = oldmm->mmap_base;
mm->cached_hole_size = ~0UL;
mm->map_count = 0;
cpus_clear(mm->cpu_vm_mask);
cpumask_clear(mm_cpumask(mm));
mm->mm_rb = RB_ROOT;
rb_link = &mm->mm_rb.rb_node;
rb_parent = NULL;
Expand Down

0 comments on commit 75a6fbd

Please sign in to comment.