diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-08-12 08:30:41 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-08-12 08:32:28 +0000 |
commit | 4a297dd231d5aec6487412b9c91a2bc0e0373fc6 (patch) | |
tree | c6bc17ef49d26989235f28b1e8ed89f641892d41 /Makefile | |
parent | 88f00da28f51b817393ad565e2963b7153ace7d8 (diff) | |
download | illumos-kvm-4a297dd231d5aec6487412b9c91a2bc0e0373fc6.tar.gz |
HVM-458 kvm_tss.h should die
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -12,11 +12,6 @@ CTFCONVERT=$(CTFBINDIR)/ctfconvert CTFMERGE=$(CTFBINDIR)/ctfmerge DESTDIR= CFLAGS += -D_KERNEL -D_MACHDEP -Dx86 -DDEBUG -c -g -DCONFIG_SOLARIS -O2 -fident -fno-inline -fno-inline-functions -fno-builtin -fno-asm -nodefaultlibs -D__sun -O -D_ASM_INLINES -ffreestanding -Wall -Wno-unknown-pragmas -Wpointer-arith -Wno-unused -gdwarf-2 -std=gnu99 -fno-dwarf2-indirect-strings -Werror -DDIS_MEM -D_KERNEL -ffreestanding -D_SYSCALL32 -D_DDI_STRICT -Di86pc -D_MACHDEP -DOPTERON_ERRATUM_88 -DOPTERON_ERRATUM_91 -DOPTERON_ERRATUM_93 -DOPTERON_ERRATUM_95 -DOPTERON_ERRATUM_99 -DOPTERON_ERRATUM_100 -DOPTERON_ERRATUM_101 -DOPTERON_ERRATUM_108 -DOPTERON_ERRATUM_109 -DOPTERON_ERRATUM_121 -DOPTERON_ERRATUM_122 -DOPTERON_ERRATUM_123 -DOPTERON_ERRATUM_131 -DOPTERON_WORKAROUND_6336786 -DOPTERON_WORKAROUND_6323525 -DOPTERON_ERRATUM_172 -DOPTERON_ERRATUM_298 -I$(KERNEL_SOURCE)/usr/src/uts/common -nostdinc -c -DUTS_RELEASE="5.11" -DUTS_VERSION="joyent.147" -DUTS_PLATFORM="i86pc" -mno-red-zone -# -# Uncomment this line if you don't have an updated uts/intel/sys/tss.h that -# exposes the different tss definitions -# -#CFLAGS += -D_NEED_KVM_TSS INCLUDEDIR= -I $(KERNEL_SOURCE)/usr/src/uts/intel -I $(KERNEL_SOURCE)/usr/src/uts/i86pc -I $(KERNEL_SOURCE)/usr/src/uts/common CSTYLE=$(KERNEL_SOURCE)/usr/src/tools/scripts/cstyle @@ -45,7 +40,6 @@ HEADERS= \ kvm_msr.h \ kvm_paging_tmpl.h \ kvm_timer.h \ - kvm_tss.h \ kvm_types.h \ kvm_vmx.h \ kvm_x86host.h \ @@ -69,7 +63,6 @@ HDRCHK_SYSHDRS= \ kvm_msidef.h \ kvm_mmu.h \ kvm_timer.h \ - kvm_tss.h \ kvm_types.h \ kvm_vmx.h \ kvm_x86host.h \ |