Print this page
OS-7125 Need mitigation of L1TF (CVE-2018-3646)
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/sys/Makefile
          +++ new/usr/src/uts/sun4v/sys/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  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2018 Joyent, Inc.
  25   26  #
  26      -# uts/sun4v/sys/Makefile
  27      -#
  28   27  # include global definitions
  29   28  UTSBASE = ../..
  30   29  
  31   30  #
  32   31  # include global definitions
  33   32  #
  34   33  include ../Makefile.sun4v
  35   34  
  36   35  #
  37   36  # Override defaults.
  38   37  #
  39   38  FILEMODE         = 644
  40   39  
  41   40  SUN4_HDRS=                      \
  42   41          clock.h                 \
  43   42          cmp.h                   \
  44   43          cpc_ultra.h             \
  45      -        cpu_sgnblk_defs.h       \
       44 +        cpu_sgnblk_defs.h       \
  46   45          ddi_subrdefs.h          \
  47   46          dvma.h                  \
  48   47          eeprom.h                \
  49   48          fcode.h                 \
       49 +        ht.h                    \
  50   50          idprom.h                \
  51   51          intr.h                  \
  52   52          intreg.h                \
  53   53          ivintr.h                \
  54      -        memlist_plat.h          \
       54 +        memlist_plat.h          \
  55   55          memnode.h               \
  56   56          nexusdebug.h            \
  57   57          prom_debug.h            \
  58   58          scb.h                   \
  59   59          sun4asi.h               \
  60   60          tod.h                   \
  61   61          trapstat.h              \
  62   62          vis.h                   \
  63   63          vm_machparam.h          \
  64   64          x_call.h                \
↓ open down ↓ 77 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX