Re: cvs commit: src/sys/i386/isa clock.c

[ Available lists | Index of cvs-all | Month of May 2004 | Week of 2 May 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Bruce Evans <bde@zeta.org.au>
Date
2 May 2004 04:20:52
Subject
Re: cvs commit: src/sys/i386/isa clock.c
Message-ID
20040502211748.X649@gamplex.bde.org


[ Hide this part ]
On Sat, 1 May 2004, Mike Silbersack wrote:

> On Sat, 1 May 2004, Bruce Evans wrote:
> > HZ=1000 instead of the default of HZ=10 increases the chance of the
> > timer wrapping while DELAY() is interrupted. This shouldn't be a
> > problem for TSC calibration.
>
> Apparently it is a problem, somehow. :)

I checked that CPU interruptes are disabled here. They still are. So
the calibration can't be interrupted by a maskable interrupt.

Bruce


Elapsed time: 0.141 seconds