Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273067
b: refs/heads/master
c: 0d65ede
h: refs/heads/master
i:
  273065: 984dd84
  273063: e9dceb7
v: v3
  • Loading branch information
Dave Jones authored and Richard Weinberger committed Nov 2, 2011
1 parent 610ef33 commit c2e62e8
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: 3369465ed1a6a9aa9b885a6d7d8e074ecbd782da
refs/heads/master: 0d65ede0a605d6252acc5c8a9c536c4cd0211f3c
2 changes: 1 addition & 1 deletion trunk/arch/x86/um/vdso/vma.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static int __init init_vdso(void)

um_vdso_addr = task_size - PAGE_SIZE;

vdsop = kmalloc(GFP_KERNEL, sizeof(struct page *));
vdsop = kmalloc(sizeof(struct page *), GFP_KERNEL);
if (!vdsop)
goto oom;

Expand Down

0 comments on commit c2e62e8

Please sign in to comment.