]> 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)
commitf0ef8c7f3b0006c149261f18d9c49073dc968cd9
tree2f0acd6549102caea50bdc1e6c395496e9881ddf
parent6996349c669380638cde9d36c942aa691671f348
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