]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: page table support definitions and code for ColdFire MMU
authorGreg Ungerer <gerg@uclinux.org>
Fri, 14 Oct 2011 06:11:38 +0000 (16:11 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Fri, 30 Dec 2011 00:20:25 +0000 (10:20 +1000)
commitdf8096091721fd4c4026fb78c540a2ba2f7e866a
treeadeef29bb587ce55d5b7325b299831be45799c65
parent89a9fbab769a88f4b80d2ddbb520037460919b7e
m68k: page table support definitions and code for ColdFire MMU

The ColdFire V4e MMU is nothing like any of the other m68k MMU's.
So we need to create a set of definitions and support routines
for the kernels paging functions.

This is largely taken from Freescales BSP code for this (though it
was a 2.6.25 kernel). I have cleaned it up alot from the original.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Matt Waddel <mwaddel@yahoo.com>
Acked-by: Kurt Mahan <kmahan@xmission.com>
arch/m68k/include/asm/mcf_pgtable.h [new file with mode: 0644]