Subject: Re: PPS diffs, round #4
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 04/22/1998 15:10:34
> > Getting close to something we can commit?
>Per Matt Thomas's previous mail on this subject, make sure that the
>timestamp mode isn't set if the user specifies an invalid mode.
I fixed this in the diff on ftp.netbsd.org. Chris Torek asked about
using ints rather than u_chars for the msr masks; i used ints because
the timestamp needs to be aligned regardless, and the ints might be
easier for some CPUs (alphas). Jason? Any comments on this?
Otherwise i think this is looking done...