CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 03/04/09 22:18:25
Modified files:
arch/mips/mm : Makefile c-r4k.c c-tx49.c loadmmu.c
arch/mips64/mm : Makefile c-r4k.c loadmmu.c
include/asm-mips: page.h processor.h
include/asm-mips64: page.h processor.h
Added files:
arch/mips/mm : c-mips3264.c pg-mips3264.c
arch/mips64/mm : c-mips3264.c pg-mips3264.c
include/asm-mips: mips3264-cache.h
include/asm-mips64: mips3264-cache.h
Removed files:
arch/mips/mm : c-mips32.c pg-mips32.c
arch/mips64/mm : c-mips64.c pg-mips64.c
include/asm-mips: mips32_cache.h
include/asm-mips64: mips64_cache.h
Log message:
- Print number of cache ways in bootup messages.
- Fix cut'n'paste errors in comments.
- Unify c-mips32.c and c-mips64.c into new file c-mips3264.c.
- Unify mips32-cache.h and mips64-cache.h into new mips3264-cache.h.
- Unify the two copies of loadmmu.c.
- Almost unify pg-mips32 and pg-mips64 into new file pg-mips3264.c.
- Properly fill in number of cache ways into cpu_data in c-r4k.c.
|