Subject: CVS commit: syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/05/2002 18:01:27
Module Name: syssrc
Committed By: simonb
Date: Tue Mar 5 16:01:26 UTC 2002
Modified Files:
syssrc/sys/arch/mips/mips: pmap.c
Log Message:
Add support for MIPS32 and MIPS64 architectures:
- Move away from using CPUISMIPS3; use MIPS_HAS_R4K_MMU instead.
- Bump the Sysmap size a little for large-memory machines.
XXX: still need work, especially in pmap_procwr().
To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 syssrc/sys/arch/mips/mips/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.