Ed Schouten wrote:
> * Alexander Motin <m...@freebsd.org> wrote:
>> Most of x86 systems now has at least 4 types of event timers: i8254,
>> RTC, LAPIC and HPET. Respective code in kernel is very tangled, heavily
>> hardcoded and absolutely not scalable. I have reimplemented it, trying
>> to solve these issues.
> 
> Just out of curiosity, how does this work relate to things like having a
> tickless kernel?

It is almost mandatory prerequisite. We can't do any fancy timer stuff
without unified timer API. Tsuyoshi Ozawa in his Dynamic Ticks work also
got to the same conclusion, but he was much less aggressive in rewriting
legacy code.

-- 
Alexander Motin
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to