]> 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)
commit3c15fef6bc1878b1660976e593bfa466f8c660da
treeadeef29bb587ce55d5b7325b299831be45799c65
parent0c876fcd9f5c1fa3efc2b3f9cb238caba40117eb
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]