CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 03/12/11 20:47:12
Modified files:
arch/mips/mm : Tag: linux_2_4 c-r3k.c c-r4k.c c-sb1.c c-tx39.c
loadmmu.c pg-r3k.c pg-r4k-asm.S pg-r4k.c
pg-sb1.c
arch/mips64/mm : Tag: linux_2_4 c-r4k.c c-sb1.c loadmmu.c
pg-r4k.c pg-sb1.c
include/asm-mips: Tag: linux_2_4 page.h
include/asm-mips64: Tag: linux_2_4 page.h
Log message:
Fix a bunch of long standing bugs and performance copy_page issues:
- Fix prefetch beyond end of page bug
- Use primary cache CreateDirtyExclusive also on processor with Scache
- Don't use CreateDirtyExclusive on processors that don't have it
- Use prefetch on all processors that have a usable prefetch instruction
- Select prefetch hint at runtime based on the exact processor.
|