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

@@ -199,11 +199,10 @@
         if (tmp_rsrc_hdl == NULL) {
                 TNF_PROBE_0(tavor_rsrc_alloc_kmca_fail, TAVOR_TNF_ERROR, "");
                 TAVOR_TNF_EXIT(tavor_rsrc_alloc);
                 return (DDI_FAILURE);
         }
-        _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*tmp_rsrc_hdl))
 
         /*
          * Set rsrc_hdl type.  This is later used by the tavor_rsrc_free call
          * to know what type of resource is being freed.
          */

@@ -2513,11 +2512,10 @@
                 TNF_PROBE_0(tavor_rsrc_pdhdl_alloc_fail, TAVOR_TNF_ERROR, "");
                 TAVOR_TNF_EXIT(tavor_rsrc_pdhdl_alloc);
                 return (DDI_FAILURE);
         }
         addr = (tavor_pdhdl_t)hdl->tr_addr;
-        _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*addr))
 
         /* Allocate a PD number for the handle */
         flag = (sleepflag == TAVOR_SLEEP) ? VM_SLEEP : VM_NOSLEEP;
         tmpaddr = vmem_alloc(pool_info->rsrc_vmp, 1, flag);
         if (tmpaddr == NULL) {