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

*** 547,560 **** ibc_clnt_hdl_t tmp_ibtfpriv; ibc_status_t ibc_status; int instance; int status; - #ifdef __lock_lint - (void) hermon_quiesce(dip); - #endif - switch (cmd) { case DDI_ATTACH: instance = ddi_get_instance(dip); status = ddi_soft_state_zalloc(hermon_statep, instance); if (status != DDI_SUCCESS) { --- 547,556 ----
*** 846,857 **** /* ARGSUSED */ void hermon_dma_attr_init(hermon_state_t *state, ddi_dma_attr_t *dma_attr) { - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*dma_attr)) - dma_attr->dma_attr_version = DMA_ATTR_V0; dma_attr->dma_attr_addr_lo = 0; dma_attr->dma_attr_addr_hi = 0xFFFFFFFFFFFFFFFFull; dma_attr->dma_attr_count_max = 0xFFFFFFFFFFFFFFFFull; dma_attr->dma_attr_align = HERMON_PAGESIZE; /* default 4K */ --- 842,851 ----
*** 1048,1058 **** /* ensure existence of bitmap and dmainfo, sets "dma_info" */ hermon_bitmap(bitmap, dma_info, icm, index1, num_to_hdl); /* Set up the DMA handle for allocation and mapping */ dma_info += index2; - _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*dma_info)) dma_info->length = icm->span << icm->log_object_size; dma_info->icmaddr = icm->icm_baseaddr + (((index1 << icm->split_shift) + (index2 << icm->span_shift)) << icm->log_object_size); --- 1042,1051 ----