Hello Victor,

Actually to really be accurate, 

[EMAIL PROTECTED] wrote:
> > the PIT (8254) to keep track of time. It expects to have it's
> > timer-interrupt handling routines be called once every 10ms. All
> 
> Every HZ. And 8254 is the only time base on 486 and early Pentium only.
> 

it's every 1/HZ where HZ = 100 as defined include/asm/param.h for
all architectures except Alpha ;)

The fix I propose takes this for granted. If anyone's machine runs
at a different clock rate, I suggest he amend my code.

BTW: As I had said further down the mail, my solution is only for
Pentiums equipped with TSCs. No pretense is made that this solution
will fix problems with pre-Pentiums. Though, I already see a way how
this may be accomplished.

===================================================
                 Karim Yaghmour
               [EMAIL PROTECTED]
          Operating System Consultant
 (Linux kernel, real-time and distributed systems)
===================================================
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to