[...]
IIRC hpet is particularly hard to initialize early on in the bootup
sequence. So the way the clockevents code works is that it will always
try to make the best out of all available devices, and dynamically
adapts things as devices 'arrive' or 'depart' - no matter how late that
happens. (That way there's no dependency on how late a device gets
registered - it will only delay the switch to high-res mode for
example.) A given time device might 'depart' because for example the
watchdog mechanism finds that its quality is not good enough, or because
someone initiated cpufreq which breaks the TSC clocksource.
i dont think there's any particular problem here because suspend/resume
wont be done during bootup - but we might need a way to move a device to
earlier spots in the device tree, even if they got registered later on -
instead of forcing the time devices to be registered very early?
Ingo
-