Skip to content

Commit

Permalink
[XTENSA] Fix non-existent pte_token_t typedef to pgtable_t
Browse files Browse the repository at this point in the history
This bug was introduced in 2f569af.
(CONFIG_HIGHPTE vs. sub-page page tables)

Signed-off-by: Chris Zankel <[email protected]>
  • Loading branch information
czankel committed Feb 14, 2008
1 parent 78c5bbc commit e584d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-xtensa/pgalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm,
return kmem_cache_alloc(pgtable_cache, GFP_KERNEL|__GFP_REPEAT);
}

static inline pte_token_t pte_alloc_one(struct mm_struct *mm,
static inline pgtable_t pte_alloc_one(struct mm_struct *mm,
unsigned long addr)
{
struct page *page;
Expand Down

0 comments on commit e584d85

Please sign in to comment.