VirtualBox

Changeset 16847 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 17, 2009 2:45:25 PM (16 years ago)
Author:
vboxsync
Message:

Removed unused FIX_HYPER_AMD64_CR3.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMSwitcher.cpp

    r16321 r16847  
    486486            }
    487487
    488             /*
    489              * Store the AMD64 CR3 (32-bit) for the hypervisor (shadow) memory context.
    490              */
    491             case FIX_HYPER_AMD64_CR3:
    492             {
    493 
    494                 *uSrc.pu32 = PGMGetHyperAmd64CR3(pVM);
    495                 break;
    496             }
    497488            /*
    498489             * Store Hypervisor CS (16-bit).
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h

    r14979 r16847  
    4545#define FIX_HYPER_32BIT_CR3     15
    4646#define FIX_HYPER_PAE_CR3       16
    47 #define FIX_HYPER_AMD64_CR3     17
    4847#define FIX_HYPER_CS            18
    4948#define FIX_HYPER_DS            19
  • trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac

    r14979 r16847  
    8989%define FIX_HYPER_32BIT_CR3     15
    9090%define FIX_HYPER_PAE_CR3       16
    91 %define FIX_HYPER_AMD64_CR3     17
    9291%define FIX_HYPER_CS            18
    9392%define FIX_HYPER_DS            19
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