Print this page
8620 pcplusmp shouldn't support x2APIC mode
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/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 2016, Joyent, Inc.
       25 +# Copyright 2017, Joyent, Inc.
  26   26  #
  27      -#       This makefile drives the production of the pcplusmp "mach"
       27 +#       This makefile drives the production of the apix "mach"
  28   28  #       kernel module.
  29   29  #
  30      -#       pcplusmp implementation architecture dependent
       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  #
  36   36  UTSBASE = ../..
  37   37  
  38   38  #
  39   39  #       Define the module and object file sets.
  40   40  #
↓ open down ↓ 54 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX