Changeset 20447 in vbox
- Timestamp:
- Jun 9, 2009 9:16:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r20255 r20447 495 495 ## For experimenting with disabling preemption instead of interrupts 496 496 # when working VT-x/AMD-V in VMMR0. 497 ## @todo Move to VMM/Makefile.kmk later.498 #if1of ($(KBUILD_TARGET), darwin linux)499 #VBOX_WITH_VMMR0_DISABLE_PREEMPTION=1500 #endif497 ## @todo darwin, freebsd, os2. This should be made the default. 498 if1of ($(KBUILD_TARGET), linux solaris windows) 499 VBOX_WITH_VMMR0_DISABLE_PREEMPTION=1 500 endif 501 501 502 502 #
Note:
See TracChangeset
for help on using the changeset viewer.