On Thu, 2003-02-27 at 17:00, Paul Davis wrote: > i just hope that this change reflects the whole enchilada > (reprogramming the APIC) rather than just the POSIX clock API. is > there any sign of this?
I believe so. From this thread in the high-res-timers archives: http://sourceforge.net/mailarchive/message.php?msg_id=2707604 comes this snippet of a patch: +/* + * Set the APIC timer for a one shot expiry in nanoseconds. + * This is called from the posix-timers code. + */ +int ns2clock; +void set_APIC_timer(int ns) +{ Wooha! :) -- Bob Ham <[EMAIL PROTECTED]>
