Andi Kleen wrote: > On Mon, Feb 05, 2007 at 07:53:02PM -0800, Zachary Amsden wrote: > >> The time initialization changed for i386 when some code moved into time_init. >> This made it no longer possible to override the PIT / HPET, which broke >> paravirt guests. >> > > Looks still fragile. Can this be done cleaner? > > In particularly some comments would be good, but clearer code > logic would be preferred. > > -Andi > Well, the logic is still overly complicated, but I axed the ifdef and commented it. It is difficult to work around the number of different compile and boot sequences here.