Print this page
OS-5451 comm page should not break i86xpv
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
OS-5192 need faster clock_gettime
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Joshua M. Clulow <jmc@joyent.com>
Reviewed by: Ryan Zezeski <ryan@zinascii.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/Makefile.files
          +++ new/usr/src/uts/i86pc/Makefile.files
↓ open down ↓ 15 lines elided ↑ open up ↑
  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  #
  23   23  # Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  #
  25   25  # Copyright (c) 2010, Intel Corporation.
       26 +# Copyright 2016 Joyent, Inc.
  26   27  #
  27   28  #       This Makefile defines file modules in the directory uts/i86pc
  28   29  #       and its children. These are the source files which are i86pc
  29   30  #       "implementation architecture" dependent.
  30   31  #
  31   32  
  32   33  #
  33   34  #       object lists
  34   35  #
  35   36  CORE_OBJS +=                    \
  36   37          acpi_stubs.o            \
  37   38          biosdisk.o              \
  38   39          bios_call.o             \
  39   40          cbe.o                   \
  40   41          cmi.o                   \
  41   42          cmi_hw.o                \
  42   43          cms.o                   \
       44 +        comm_page.o             \
  43   45          confunix.o              \
  44   46          cpu_idle.o              \
  45   47          cpuid.o                 \
  46   48          cpuid_subr.o            \
  47   49          cpupm.o                 \
  48   50          cpupm_mach.o            \
  49   51          cpupm_amd.o             \
  50   52          cpupm_intel.o           \
  51   53          cpupm_throttle.o        \
  52   54          cpu_acpi.o              \
↓ open down ↓ 220 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX