Displaying 1 result from an estimated 1 matches for "cyclic_timer".
2008 Jun 18
1
snv_81 domU: long delay during boot when dom0 has been up for a long time
...pm driver acpippm
Jun 18 19:56:46 solaris-domu genunix: [ID 636498 kern.warning] WARNING: cannot load platform pm driver ppm
Jun 18 19:56:46 solaris-domu rootnex: [ID 349649 kern.notice] xpvd0 at root
Jun 18 19:56:46 solaris-domu xpvd: [ID 395608 kern.notice] xdf@0, xdf0
Problem appears to be in cyclic_timer:
   571  void
   572  cyclic_timer(void)
   573  {
   574          tm_req_t *req;
   575          timer_tw_t *tw;
   576          hrtime_t curr_tick, curr;
   577
   578          /* If the system is suspended, just return */
   579          if (timer_suspended)
   580                  return;
   5...