CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 03/04/01 00:32:17
Modified files:
arch/mips/kernel: mips_ksyms.c setup.c syscall.c
arch/mips/mm : Makefile c-mips32.c c-r3k.c c-r4k.c c-r5432.c
c-rm7k.c c-sb1.c c-tx39.c c-tx49.c init.c
loadmmu.c
arch/mips/sgi-ip22: ip22-system.c
arch/mips64/kernel: syscall.c
arch/mips64/mm : Makefile c-andes.c c-mips64.c c-r4k.c c-sb1.c
init.c loadmmu.c tlb-andes.c tlb-r4k.c
tlb-sb1.c
include/asm-mips: cacheflush.h page.h
include/asm-mips64: cacheflush.h page.h pgtable.h
Added files:
arch/mips/mm : cache.c
arch/mips64/mm : cache.c
Log message:
Fix remaining cache problems. This patch also lessens the alignment
requirements of the mmap to the minimum required to satisfy a
particular hardware platform. Primary benchmarks with lmbench and
kernel compiles show an overall improvment; the system time of kernel
compiles has been reduced drastically.
|