projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26d0ab
)
[XTENSA] Fix argument list for pgd_ctor constructor.
author
Chris Zankel
<chris@zankel.net>
Wed, 14 Nov 2007 21:39:40 +0000
(13:39 -0800)
committer
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 00:54:12 +0000
(16:54 -0800)
The argument list for ctor function element in the
kmem_cache structure has changed.
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/mm/init.c
patch
|
blob
|
history
diff --git
a/arch/xtensa/mm/init.c
b/arch/xtensa/mm/init.c
index
b3086f3
..
81d0560
100644
(file)
--- a/
arch/xtensa/mm/init.c
+++ b/
arch/xtensa/mm/init.c
@@
-309,7
+309,7
@@
void show_mem(void)
struct kmem_cache *pgtable_cache __read_mostly;
-static void pgd_ctor(
void *addr, struct kmem_cache *cache, unsigned long flags
)
+static void pgd_ctor(
struct kmem_cache *cache, void* addr
)
{
pte_t* ptep = (pte_t*)addr;
int i;