Print this page
8368 remove warlock leftovers from usr/src/uts

@@ -584,14 +584,10 @@
         int             instance;
         int             status;
 
         TAVOR_TNF_ENTER(tavor_attach);
 
-#ifdef __lock_lint
-        (void) tavor_quiesce(dip);
-#endif
-
         switch (cmd) {
         case DDI_ATTACH:
                 instance = ddi_get_instance(dip);
                 status = ddi_soft_state_zalloc(tavor_statep, instance);
                 if (status != DDI_SUCCESS) {