VirtualBox

Changeset 91751 in vbox


Ignore:
Timestamp:
Oct 15, 2021 8:48:31 AM (3 years ago)
Author:
vboxsync
Message:

VMM: Reverted darwin stack change. Forgot that the ring-0 stack isn't fixed to the thread. sigh

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r91742 r91751  
    8484VBoxVMM_DEFS    += RTMEM_WRAP_TO_EF_APIS
    8585endif
     86VBoxVMM_DEFS.darwin = VMM_R0_SWITCH_STACK
    8687
    8788VBoxVMM_INCS     = \
     
    468469VMMR0_DEFS     += VMM_R0_TOUCH_FPU
    469470 endif
     471VMMR0_DEFS.darwin = VMM_R0_SWITCH_STACK
    470472VMMR0_DEFS.win.amd64  = VBOX_WITH_KERNEL_USING_XMM
    471473
  • trunk/src/VBox/VMM/include/VMMInternal.mac

    r91750 r91751  
    2424%ifndef VMM_R0_SWITCH_STACK
    2525 %ifndef VMM_R0_NO_SWITCH_STACK
    26   ; No-one uses stack switching any more.
     26  %ifdef RT_OS_DARWIN
     27   %define VMM_R0_SWITCH_STACK
     28  %endif
    2729 %endif
    2830%endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette