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

@@ -293,20 +293,10 @@
 /*
  * Global per-instance IB Nexus data.
  * There is only one instance of IB Nexus supported.
  */
 ibnex_t ibnex;
-#ifdef __lock_lint
-extern ibdm_t ibdm;
-#endif
-_NOTE(MUTEX_PROTECTS_DATA(ibnex.ibnex_mutex, ibnex_s))
-_NOTE(DATA_READABLE_WITHOUT_LOCK(ibnex.ibnex_num_comm_svcs
-        ibnex.ibnex_comm_svc_names ibnex.ibnex_nvppa_comm_svcs
-        ibnex.ibnex_vppa_comm_svc_names ibnex.ibnex_nhcasvc_comm_svcs
-        ibnex.ibnex_hcasvc_comm_svc_names ibnex.ibnex_ioc_list))
-_NOTE(MUTEX_PROTECTS_DATA(ibnex.ibnex_mutex, ibnex_node_data_s))
-_NOTE(LOCK_ORDER(ibdm.ibdm_hl_mutex ibnex.ibnex_mutex))
 
 /* The port settling time in seconds */
 int     ibnex_port_settling_time = 8;
 
 /* create an array of properties supported, easier to add new ones here */