Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261170
b: refs/heads/master
c: dbfe898
h: refs/heads/master
v: v3
  • Loading branch information
Greg Dietsche authored and Linus Torvalds committed Jul 30, 2011
1 parent ad4019e commit cac05ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 83c1b31794a9e3cb30edabef7e57fbdbe129c5ce
refs/heads/master: dbfe89877741726c30efb41f0132e247a78c3681
8 changes: 1 addition & 7 deletions trunk/arch/frv/mm/pgalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,7 @@ void pgd_dtor(void *pgd)

pgd_t *pgd_alloc(struct mm_struct *mm)
{
pgd_t *pgd;

pgd = quicklist_alloc(0, GFP_KERNEL, pgd_ctor);
if (!pgd)
return pgd;

return pgd;
return quicklist_alloc(0, GFP_KERNEL, pgd_ctor);
}

void pgd_free(struct mm_struct *mm, pgd_t *pgd)
Expand Down

0 comments on commit cac05ec

Please sign in to comment.