Commit e786c6ad authored by Michal Simek's avatar Michal Simek

microblaze: Use generic show_mem()

Remove arch-specific show_mem() in favor of the generic version.
It is based on powerpc patch.
bda2fa53Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 137d0795
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment