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

*** 199,209 **** 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. */ --- 199,208 ----
*** 2513,2523 **** 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) { --- 2512,2521 ----