Skip to content

Commit

Permalink
microblaze: Use generic show_mem()
Browse files Browse the repository at this point in the history
Remove arch-specific show_mem() in favor of the generic version.
It is based on powerpc patch.
bda2fa5

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Mar 11, 2010
1 parent 137d079 commit e786c6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/microblaze/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e786c6a

Please sign in to comment.