Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: nisimura
Date: Mon Nov 16 10:41:37 UTC 1998
Modified Files:
src/sys/arch/mips/mips [nisimura-pmax-wscons]: compat_13_machdep.c
db_interface.c db_trace.c genassym.cf locore.S locore_mips1.S
locore_mips3.S mem.c mips_machdep.c pmap.c sys_machdep.c trap.c
vm_machdep.c
src/sys/arch/mips/include [nisimura-pmax-wscons]: cpu.h pmap.h
Log Message:
- Step forward to MIPS64 support. Incorporate partially Caster Fu's
patches. Still some work is missing to satisfy his QED 5230 port.
- More symbolic definitions in genassym.cf which improve possible 64bit-ness
of locore_mips{1,3}.S.
- Fix mips3 L1 cache line size detection logic in cpuarch.h as pointed by
Caster.
- Fix a bug in proc_trampoline() code in locore_mips3.S as pointed by Caster.
- Replace vm_offset_t with vaddr_t/paddr_t entirely. Note that
NetBSD/newsmips has purged vm_offset_t too.
- Synchronize various files according to recent changes made in main trunk.
Home |
Main Index |
Thread Index |
Old Index