Print this page
XXXX introduce drv_sectohz

@@ -798,11 +798,11 @@
          * else, graceful shutdown with inittab and all getting involved
          */
         psignal(initpp, SIGPWR);
 
         (void) timeout(xen_dirty_shutdown, arg,
-            SHUTDOWN_TIMEOUT_SECS * drv_usectohz(MICROSEC));
+            drv_sectohz(SHUTDOWN_TIMEOUT_SECS));
 }
 
 /*ARGSUSED*/
 static void
 xen_shutdown_handler(struct xenbus_watch *watch, const char **vec,