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

*** 209,219 **** TNF_PROBE_0(tavor_agent_request_cb_kma_fail, TAVOR_TNF_ERROR, ""); TAVOR_TNF_EXIT(tavor_agent_request_cb); return; } - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*cb_args)) /* Fill in the callback args */ cb_args->ahd_ibmfhdl = ibmf_handle; cb_args->ahd_ibmfmsg = msgp; cb_args->ahd_agentlist = args; --- 209,218 ----
*** 288,298 **** * special "Tavor Trap" and forwards it here to the driver's SMA. * It is then our responsibility here to fill in the Trap MAD's DLID * for forwarding to the real Master SM (as programmed in the port's * PortInfo.MasterSMLID field.) */ - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(msgp->im_local_addr)) if (TAVOR_IS_SPECIAL_TRAP_MAD(msgp)) { msgp->im_local_addr.ia_remote_lid = TAVOR_PORT_MASTERSMLID_GET(state, port - 1); } else { /* --- 287,296 ----
*** 642,655 **** * the responsibility falls on Tavor driver software to inspect the * MADs and update those fields as appropriate (see section 14.2.2 * of the IBA specification, rev 1.1) */ if (TAVOR_MAD_IS_DR(rmadhdrp)) { - - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)rmadhdrp))) - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*((sm_dr_mad_hdr_t *)smadhdrp))) - /* * Set the "Direction" bit to one. This indicates that this * is now directed route response */ TAVOR_DRMAD_SET_DIRECTION(rmadhdrp); --- 640,649 ----