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)
commit91521c2ea6e3d5a790df40988101ad099ddbf7c8
treeadeef29bb587ce55d5b7325b299831be45799c65
parentbbc6f1ba509cf9cda42ce63bbd40afe577ab028e
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]