Alexander Motin 95d23438dd Until hardclock() and respectively tc_windup() called first time, system
is running on "dummy" time counter. But to function properly in one-shot
mode, event timer management code requires working time counter. Slow
moving "dummy" time counter delays first hardclock() call by few seconds
on my systems, even though timer interrupts were correctly kicking kernel.
That causes few seconds delay during boot with one-shot mode enabled.

To break this loop, explicitly call tc_windup() first time during
initialization process to let it switch to some real time counter.
2010-09-21 08:02:02 +00:00
..
2010-09-19 14:40:37 +00:00
2010-09-19 14:40:37 +00:00
2010-09-16 07:56:34 +00:00
2010-07-23 11:00:46 +00:00
2010-07-12 10:18:10 +00:00
2010-09-19 10:45:53 +00:00
2010-09-19 14:40:37 +00:00
2010-09-21 07:58:47 +00:00
2010-09-16 20:08:00 +00:00
2010-09-16 18:37:33 +00:00
2010-08-02 22:26:08 +00:00
2010-09-15 20:41:20 +00:00
2010-09-15 17:11:15 +00:00
2010-09-17 09:14:40 +00:00