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

Commit e786c6ad authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Use generic show_mem()



Remove arch-specific show_mem() in favor of the generic version.
It is based on powerpc patch.
bda2fa53

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 137d0795
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -193,12 +193,6 @@ void free_initmem(void)
			(unsigned long)(&__init_end));
}

/* FIXME from arch/powerpc/mm/mem.c*/
void show_mem(void)
{
	printk(KERN_NOTICE "%s\n", __func__);
}

void __init mem_init(void)
{
	high_memory = (void *)__va(memory_end);