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

*** 516,527 **** ddi_acc_handle_t uarhdl = hermon_get_uarhdl(state); /* initialize the FMA retry loop */ hermon_pio_init(fm_loop_cnt, fm_status, fm_test); - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*eq)) - /* Get the consumer pointer index */ cons_indx = eq->eq_consindx; shift = eq->eq_log_eqsz - HERMON_EQE_OWNER_SHIFT; /* --- 516,525 ----
*** 532,543 **** /* Calculate the pointer to the first EQ entry */ eqe = &eq->eq_buf[(cons_indx & wrap_around_mask)]; - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*eqe)) - /* * Pull the handler function for this EQ from the Hermon Event Queue * handle */ eqfunction = eq->eq_func; --- 530,539 ----
*** 808,818 **** HERMON_EQ_CMPT); if (status != DDI_SUCCESS) { status = DDI_FAILURE; goto eqalloc_fail4; } - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*mr)) /* * Fill in the EQC entry. This is the final step before passing * ownership of the EQC entry to the Hermon hardware. We use all of * the information collected/calculated above to fill in the --- 804,813 ----