microblaze: Use generic show_mem()
Remove arch-specific show_mem() in favor of the generic version.
It is based on powerpc patch.
bda2fa5355
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
137d0795a7
commit
e786c6ad2b
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue