Print this page
NEX-2787 Multiple comstar / fibre channel / qlt threads stuck waiting on locks with a spinning interrupt thread
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Approved by: Jean McCormack <jean.mccormack@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/Makefile.kmdb
          +++ new/usr/src/cmd/mdb/Makefile.kmdb
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
       25 +# Copyright 2011, 2015 Nexenta Systems, Inc. All rights reserved.
  26   26  #
  27   27  
  28   28  .KEEP_STATE:
  29   29  .SUFFIXES:
  30   30  
  31   31  PROG = kmdbmod
  32   32  
  33   33  include ../Makefile.kmdb
  34   34  include ../../Makefile.kmdb
  35   35  include ../../../Makefile.versions
↓ open down ↓ 74 lines elided ↑ open up ↑
 110  110  MAPFILE_TEMPLATE = ../../../common/kmdb/mapfile_skel
 111  111  MAPFILE_SOURCES_COMMON = \
 112  112          ../../../common/kmdb/kmdb_dpi.h \
 113  113          ../../../common/kmdb/kmdb_kctl.h \
 114  114          ../../../common/kmdb/kmdb_kdi.h \
 115  115          ../../../common/kmdb/kmdb_wr.h \
 116  116          ../../../common/mdb/mdb_ctf.h \
 117  117          ../../../common/mdb/mdb_ks.h \
 118  118          ../../../common/mdb/mdb_modapi.h \
 119  119          ../../../common/mdb/mdb_param.h \
 120      -        ../../../common/mdb/mdb_whatis.h
      120 +        ../../../common/mdb/mdb_whatis.h \
      121 +        $(SRC)/uts/common/sys/list.h
 121  122  
 122  123  mdb_lex.o mdb_grammar.o := CCVERBOSE =
 123  124  
 124  125  kmdb_ctf_open.o kmdb_ctf_open.ln        := CPPFLAGS += -I$(SRC)/common/ctf
 125  126  
 126  127  PROMTGTS        = $(PROMOBJS) $(PROMOBJS:%.o=%.ln)
 127  128  VERSTGTS        = $(VERSOBJS) $(VERSOBJS:%.o=%.ln)
 128  129  KCTLTGTS        = $(KCTLOBJS) $(KCTLOBJS:%.o=%.ln)
 129  130  
 130  131  $(PROMTGTS) := CPPFLAGS += -D_BOOT -D_KERNEL -D_MACHDEP $(PROMINCDIRS:%=-I%) \
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX