projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c5bbc
)
[XTENSA] Fix non-existent pte_token_t typedef to pgtable_t
author
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 00:25:09 +0000
(16:25 -0800)
committer
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 00:25:09 +0000
(16:25 -0800)
This bug was introduced in
2f569afd9ced9ebec9a6eb3dbf6f83429be0a7b4
.
(CONFIG_HIGHPTE vs. sub-page page tables)
Signed-off-by: Chris Zankel <chris@zankel.net>
include/asm-xtensa/pgalloc.h
patch
|
blob
|
history
diff --git
a/include/asm-xtensa/pgalloc.h
b/include/asm-xtensa/pgalloc.h
index
8d1544e
..
4f4a798
100644
(file)
--- a/
include/asm-xtensa/pgalloc.h
+++ b/
include/asm-xtensa/pgalloc.h
@@
-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 p
te_token
_t pte_alloc_one(struct mm_struct *mm,
+static inline p
gtable
_t pte_alloc_one(struct mm_struct *mm,
unsigned long addr)
{
struct page *page;