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/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 +# Copyright 2017 Joyent, Inc.
  27   27  #
  28   28  #       This Makefile defines file modules in the directory uts/i86pc
  29   29  #       and its children. These are the source files which are i86pc
  30   30  #       "implementation architecture" dependent.
  31   31  #
  32   32  
  33   33  #
  34   34  #       object lists
  35   35  #
  36   36  CORE_OBJS +=                    \
↓ open down ↓ 156 lines elided ↑ open up ↑
 193  193  ISANEXUS_OBJS += isa.o dma_engine.o i8237A.o
 194  194  PCIE_MISC_OBJS += pcie_acpi.o pciehpc_acpi.o pcie_x86.o
 195  195  PCI_E_NEXUS_OBJS += npe.o npe_misc.o
 196  196  PCI_E_NEXUS_OBJS += pci_common.o pci_kstats.o pci_tools.o
 197  197  PCINEXUS_OBJS += pci.o pci_common.o pci_kstats.o pci_tools.o
 198  198  PCPLUSMP_OBJS += apic.o apic_regops.o psm_common.o apic_introp.o        \
 199  199                          mp_platform_common.o mp_platform_misc.o         \
 200  200                          hpet_acpi.o apic_common.o apic_timer.o
 201  201  APIX_OBJS += apix.o apic_regops.o psm_common.o apix_intr.o apix_utils.o \
 202  202                  apix_irm.o mp_platform_common.o hpet_acpi.o apic_common.o \
 203      -                apic_timer.o
      203 +                apic_timer.o apix_regops.o
 204  204  
 205  205  
 206  206  ACPI_DRV_OBJS   += acpi_drv.o acpi_video.o
 207  207  ACPINEX_OBJS    += acpinex_drv.o acpinex_event.o
 208  208  
 209  209  CPUDRV_OBJS     += \
 210  210          cpudrv.o \
 211  211          cpudrv_mach.o
 212  212  
 213  213  PPM_OBJS        += ppm_subr.o ppm.o ppm_plat.o
↓ open down ↓ 63 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX