Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49883224 authored by Chris Zankel's avatar Chris Zankel
Browse files

[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: default avatarChris Zankel <chris@zankel.net>
parent b26d0ab0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;