Commit e584d85f authored by Chris Zankel's avatar Chris Zankel

[XTENSA] Fix non-existent pte_token_t typedef to pgtable_t

This bug was introduced in 2f569afd.
(CONFIG_HIGHPTE vs. sub-page page tables)
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 78c5bbc1
...@@ -47,7 +47,7 @@ static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, ...@@ -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); 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) unsigned long addr)
{ {
struct page *page; struct page *page;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment