m68k: add ColdFire 54xx CPU MMU memory init code
authorGreg Ungerer <gerg@uclinux.org>
Fri, 14 Oct 2011 05:06:22 +0000 (15:06 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:23 +0000 (10:20 +1000)
commit88be3515934004d271398129ba7145635e95127e
tree2f0acd6549102caea50bdc1e6c395496e9881ddf
parent0079fe7502b45c2dbec6d04541e637484191c393
m68k: add ColdFire 54xx CPU MMU memory init code

Add code to the 54xx ColdFire CPU init to setup memory ready for the m68k
paged memory start up.

Some of the RAM variables that were specific to the non-mmu code paths
now need to be used during this setup, so when CONFIG_MMU is enabled.
Move these out of page_no.h and into page.h.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/page.h
arch/m68k/include/asm/page_no.h
arch/m68k/platform/54xx/config.c
This page took 0.024475 seconds and 5 git commands to generate.