Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129968
b: refs/heads/master
c: 42ef73f
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jan 23, 2009
1 parent 5013944 commit e7afb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1058a75f07b9bb8323fb5197be5526220f8b75cf
refs/heads/master: 42ef73fe134732b2e91c0326df5fd568da17c4b2
1 change: 1 addition & 0 deletions trunk/arch/x86/include/asm/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)

static inline void pte_free(struct mm_struct *mm, struct page *pte)
{
pgtable_page_dtor(pte);
__free_page(pte);
}

Expand Down

0 comments on commit e7afb68

Please sign in to comment.