Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/05/2000 03:53:06
Module Name: syssrc
Committed By: cgd
Date: Thu Oct 5 00:53:01 UTC 2000
Modified Files:
syssrc/sys/arch/mips/include: cpu.h locore.h
syssrc/sys/arch/mips/mips: db_interface.c locore.S mips_machdep.c
Log Message:
tweak cpu_arch. Eliminate all direct checks of it (making them
use the macro CPUISMIPS3 -- which is badly misnamed), and set it
from #defines named CPU_ARCH_N (where N is 1..5, 32, 64).
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/arch/mips/include/cpu.h
cvs rdiff -r1.46 -r1.47 syssrc/sys/arch/mips/include/locore.h
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.116 -r1.117 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/mips/mips/mips_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.