linux/arch/m68k/mm
Greg Ungerer d49316e84b m68k: use ColdFire MMU read/write bit flags when ioremapping
The ColdFire MMU has separate read and write bits, unlike the Motorola
m68k MMU which has a single read-only bit.

Define a _PAGE_READWRITE value for the Motorola MMU, which is 0, so we
can unconditionaly include that in the page table entry bits when setting
up ioremapped pages.

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>
2011-12-30 10:20:37 +10:00
..
cache.c m68k: add cache support for V4e ColdFire cores running with MMU enabled 2011-12-30 10:20:28 +10:00
fault.c
hwtest.c
init_mm.c m68k: print memory layout info in boot log 2011-12-24 21:47:57 +10:00
init_no.c m68knommu: create common externs for _ram* vars 2011-10-18 14:22:26 +10:00
init.c
kmap.c m68k: use ColdFire MMU read/write bit flags when ioremapping 2011-12-30 10:20:37 +10:00
Makefile
memory.c m68k: modify cache push and clear code for ColdFire with MMU enable 2011-12-30 10:20:36 +10:00
motorola.c
sun3kmap.c
sun3mmu.c