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

*** 661,672 **** int (*eqfunction)(tavor_state_t *state, tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe); TAVOR_TNF_ENTER(tavor_eq_poll); - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*eq)) - /* Find the pointer to the clr_ECR register */ clr_ecr = state->ts_cmd_regs.clr_ecr; /* * Check for Local Catastrophic Error If we have this kind of error, --- 661,670 ----
*** 700,710 **** */ wrap_around_mask = (eq->eq_bufsz - 1); /* Calculate the pointer to the first EQ entry */ eqe = &eq->eq_buf[cons_indx]; - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*eqe)) /* * Sync the current EQE to read * We need to force a ddi_dma_sync() here (independent of how the * EQ was mapped) because it is possible for us to receive the --- 698,707 ----
*** 1010,1020 **** if (status != DDI_SUCCESS) { /* Set "status" and "errormsg" and goto failure */ TAVOR_TNF_FAIL(DDI_FAILURE, "failed register mr"); goto eqalloc_fail4; } - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mr)) addr = mr->mr_bindinfo.bi_addr; lkey = mr->mr_lkey; /* Determine if later ddi_dma_sync will be necessary */ eq->eq_sync = TAVOR_EQ_IS_SYNC_REQ(state, eq->eq_eqinfo); --- 1007,1016 ----