Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308887
b: refs/heads/master
c: dbda591
h: refs/heads/master
i:
  308885: d117c45
  308883: f9cfd99
  308879: 805c72a
v: v3
  • Loading branch information
KyongHo authored and Linus Torvalds committed May 29, 2012
1 parent 6ebdc11 commit 9730c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 26c191788f18129af0eb32a358cdaea0c7479626
refs/heads/master: dbda591d920b4c7692725b13e3f68ecb251e9080
3 changes: 2 additions & 1 deletion trunk/mm/vmalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1185,9 +1185,10 @@ void __init vmalloc_init(void)
/* Import existing vmlist entries. */
for (tmp = vmlist; tmp; tmp = tmp->next) {
va = kzalloc(sizeof(struct vmap_area), GFP_NOWAIT);
va->flags = tmp->flags | VM_VM_AREA;
va->flags = VM_VM_AREA;
va->va_start = (unsigned long)tmp->addr;
va->va_end = va->va_start + tmp->size;
va->vm = tmp;
__insert_vmap_area(va);
}

Expand Down

0 comments on commit 9730c5e

Please sign in to comment.