Commit e584d85fb1cba2b08c266348b58eb4a881a88b40

Authored by Chris Zankel
1 parent 78c5bbc15b

[XTENSA] Fix non-existent pte_token_t typedef to pgtable_t

This bug was introduced in 2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4.
(CONFIG_HIGHPTE vs. sub-page page tables)

Signed-off-by: Chris Zankel <chris@zankel.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/asm-xtensa/pgalloc.h
... ... @@ -47,7 +47,7 @@
47 47 return kmem_cache_alloc(pgtable_cache, GFP_KERNEL|__GFP_REPEAT);
48 48 }
49 49  
50   -static inline pte_token_t pte_alloc_one(struct mm_struct *mm,
  50 +static inline pgtable_t pte_alloc_one(struct mm_struct *mm,
51 51 unsigned long addr)
52 52 {
53 53 struct page *page;