|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 195] Many Timer ISR: Time went backwards logs
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=195
------- Additional Comments From ryanh@xxxxxxxxxx 2005-10-17 14:57 -------
Interesting. So your system is using the local apic for interrupt generation,
but you should still have one of the three platform timers running. Looking at
xen/arch/x86/time.c, I don't see how you could boot without one of the three
timers running:
static void init_platform_timer(void)
{
if ( !init_cyclone() && !init_hpet() )
BUG_ON(!init_pit());
}
What hardware are you using? SMP? real or just hyperthreads? You still see
this error on latest unstable?
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|