- Timestamp:
- Jun 14, 2009 1:11:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r20547 r20549 496 496 ## For experimenting with disabling preemption instead of interrupts 497 497 # when working VT-x/AMD-V in VMMR0. 498 ## @todo darwin, os2.This should be made the default.499 if1of ($(KBUILD_TARGET), linux solaris windows freebsd)500 VBOX_WITH_VMMR0_DISABLE_PREEMPTION =1498 ## @todo os2? Reconsider perhaps windows? (see defect) This should be made the default. 499 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris windows) 500 VBOX_WITH_VMMR0_DISABLE_PREEMPTION = 1 501 501 endif 502 502
Note:
See TracChangeset
for help on using the changeset viewer.