Print this page
8368 remove warlock leftovers from usr/src/uts
*** 2013,2023 ****
/* Allocate HCA FM acc handle structure */
handlep = kmem_cache_alloc(hca_fm->fm_acc_cache, KM_SLEEP);
/* Initialize fields */
- _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*handlep))
handlep->next = NULL;
handlep->save_hdl = (*handle);
handlep->thread_cnt = 0;
mutex_init(&handlep->lock, NULL, MUTEX_DRIVER, NULL);
--- 2013,2022 ----
*** 2129,2139 ****
/* Allocate HCA FM acc handle structure */
handlep = kmem_cache_alloc(hca_fm->fm_acc_cache, KM_SLEEP);
/* Initialize fields */
- _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*handlep))
handlep->next = NULL;
handlep->save_hdl = (*handle);
handlep->thread_cnt = 0;
mutex_init(&handlep->lock, NULL, MUTEX_DRIVER, NULL);
--- 2128,2137 ----