Just a thought.. has anyone recently looked into using the RTC timer
instead of the PIT as the default clockevent source? There still seem to
be systems like these seeping through with broken PIT through IOAPIC
since Windows apparently doesn't use that config at all. If we could use
the RTC instead (which is apparently what Windows does) we could avoid
that problem.
The last I read on the subject, the issue was that the RTC timer
frequencies didn't match the existing Linux HZ values, but I'm not sure
if that's still an issue with the current clockevents infrastructure..
--