kernel-ark/arch/sh/mm
Paul Mundt 26b7a78c55 sh: Lazy dcache writeback optimizations.
This converts the lazy dcache handling to the model described in
Documentation/cachetlb.txt and drops the ptep_get_and_clear() hacks
used for the aliasing dcaches on SH-4 and SH7705 in 32kB mode. As a
bonus, this slightly cuts down on the cache flushing frequency.

With that and the PTEA handling out of the way, the update_mmu_cache()
implementations can be consolidated, and we no longer have to worry
about which configuration the cache is in for the SH7705 case.

And finally, explicitly disable the lazy writeback on SMP (SH-4A).

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-02-13 10:54:44 +09:00
..
cache-debugfs.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
cache-sh2.c sh: Add support for SH7206 and SH7619 CPU subtypes. 2006-12-06 10:45:36 +09:00
cache-sh3.c
cache-sh4.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
cache-sh7705.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
clear_page.S sh: Fixup various PAGE_SIZE == 4096 assumptions. 2006-12-06 10:45:39 +09:00
consistent.c sh: Zero-out coherent buffer in consistent_alloc(). 2006-10-10 18:33:10 +09:00
copy_page.S sh: Fixup various PAGE_SIZE == 4096 assumptions. 2006-12-06 10:45:39 +09:00
extable.c
fault-nommu.c
fault.c sh: stacktrace/lockdep/irqflags tracing support. 2006-12-06 10:45:40 +09:00
hugetlbpage.c [PATCH] shared page table for hugetlb page 2006-12-07 08:39:21 -08:00
init.c [PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64 2007-02-11 10:51:18 -08:00
ioremap.c [PATCH] Generic ioremap_page_range: sh conversion 2006-12-08 08:28:52 -08:00
Kconfig sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
Makefile
pg-dma.c sh: Fixup various PAGE_SIZE == 4096 assumptions. 2006-12-06 10:45:39 +09:00
pg-nommu.c
pg-sh4.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
pg-sh7705.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
pmb.c [PATCH] mark struct file_operations const 2 2007-02-12 09:48:44 -08:00
tlb-flush.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
tlb-nommu.c
tlb-sh3.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00
tlb-sh4.c sh: Lazy dcache writeback optimizations. 2007-02-13 10:54:44 +09:00