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