Skip to content

Commit a622bed

Browse files
author
vboxsync
committed
First part removing VBOX_WITH_OLD_ related stuff.
git-svn-id: http://www.virtualbox.org/svn/vbox/trunk@47646 cfe28804-0f27-0410-a406-dd0f0b0b656f
1 parent f64b0dc commit a622bed

File tree

4 files changed

+0
-8977
lines changed

4 files changed

+0
-8977
lines changed

Config.kmk

-4
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ VBOX_WITH_DEBUGGER_GUI = 1
368368
# Enable the PDM Lock and let I/O threads call into the PICs.
369369
# TODO: Eliminate VBOX_WITH_PDM_LOCK.
370370
VBOX_WITH_PDM_LOCK = 1
371-
# Activate this to use the old VT-x code.
372-
VBOX_WITH_OLD_VTX_CODE =
373-
# Activate this to use the old AMD-V code.
374-
VBOX_WITH_OLD_AMDV_CODE =
375371
# Enables the first step using IEM (the interpreter).
376372
VBOX_WITH_FIRST_IEM_STEP = 1
377373
## @}

src/VBox/VMM/Makefile.kmk

-6
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ endif
5656
ifdef VBOX_WITH_DTRACE_RC
5757
VMM_COMMON_DEFS += VBOX_WITH_DTRACE_RC
5858
endif
59-
ifdef VBOX_WITH_OLD_VTX_CODE
60-
VMM_COMMON_DEFS += VBOX_WITH_OLD_VTX_CODE
61-
endif
62-
ifdef VBOX_WITH_OLD_AMDV_CODE
63-
VMM_COMMON_DEFS += VBOX_WITH_OLD_AMDV_CODE
64-
endif
6559
ifdef VBOX_WITH_SAFE_STR
6660
VMM_COMMON_DEFS += VBOX_WITH_SAFE_STR
6761
endif

0 commit comments

Comments
 (0)