Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 07/27/2000 20:29:07
Module Name:	syssrc
Committed By:	cgd
Date:		Thu Jul 27 17:29:07 UTC 2000

Modified Files:
	syssrc/sys/arch/hpcmips/tx: tx39.c
	syssrc/sys/arch/mips/include: locore.h
	syssrc/sys/arch/mips/mips: mips_machdep.c

Log Message:
convert PRID handling to use macros on an int, not bit-fields.
there's no reason to use bit-fields, and they just complexity to
the header.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/hpcmips/tx/tx39.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/arch/mips/include/locore.h
cvs rdiff -r1.97 -r1.98 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.