提交 49883224 编写于 作者: C Chris Zankel

[XTENSA] Fix argument list for pgd_ctor constructor.

The argument list  for ctor function element in the
kmem_cache structure has changed.
Signed-off-by: NChris Zankel <chris@zankel.net>
上级 b26d0ab0
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册