Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87396
b: refs/heads/master
c: 9aa150b
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin committed Mar 16, 2008
1 parent 0e92247 commit feb90c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d912e1dc8bb5718c3603beb43d0770dac0271374
refs/heads/master: 9aa150b8d8af2532b6ce9ea36374cb997ac55807
4 changes: 2 additions & 2 deletions trunk/include/asm-parisc/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)
free_page((unsigned long)pte);
}

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

#define check_pgt_cache() do { } while (0)
Expand Down

0 comments on commit feb90c5

Please sign in to comment.