]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitce1b75a10897b54ccf44812c4195e86cd4c7b6ec
tree2f0acd6549102caea50bdc1e6c395496e9881ddf
parent01a68a0246538317db3759cc48ac1f27f53ff290
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