Print this page
10246 fix apic_allocate_irq() indentation

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/apix/Makefile
          +++ new/usr/src/uts/i86pc/apix/Makefile
↓ 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  # uts/i86pc/apix/Makefile
  23   23  #
  24   24  # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  25      -# Copyright (c) 2018, Joyent, Inc.
       25 +# Copyright (c) 2019, Joyent, Inc.
  26   26  #
  27   27  #       This makefile drives the production of the apix "mach"
  28   28  #       kernel module.
  29   29  #
  30   30  #       apix implementation architecture dependent
  31   31  #
  32   32  
  33   33  #
  34   34  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  35   35  #
↓ open down ↓ 20 lines elided ↑ open up ↑
  56   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
  57   57  
  58   58  DEBUG_FLGS      =
  59   59  $(NOT_RELEASE_BUILD)DEBUG_DEFS  += $(DEBUG_FLGS)
  60   60  
  61   61  #
  62   62  # Depends on ACPI CA interpreter
  63   63  #
  64   64  LDFLAGS         += -dy -N misc/acpica
  65   65  
  66      -# needs work, real bug in apic_allocate_irq()
  67      -$(OBJS_DIR)/mp_platform_common.o := SMOFF += indenting
  68   66  # needs work
  69   67  $(OBJS_DIR)/psm_common.o := SMOFF += deref_check
  70   68  
  71   69  #
  72   70  #       Default build targets.
  73   71  #
  74   72  .KEEP_STATE:
  75   73  
  76   74  def:            $(DEF_DEPS)
  77   75  
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX