VirtualBox

Changeset 25956 in vbox


Ignore:
Timestamp:
Jan 21, 2010 12:29:07 PM (15 years ago)
Author:
vboxsync
Message:

PGMInternal.h: todo about splitting the file; one VBOX_WITH_RAW_MODE thing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r25937 r25956  
    55
    66/*
    7  * Copyright (C) 2006-2007 Sun Microsystems, Inc.
     7 * Copyright (C) 2006-2010 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6060 * Currently on raw-mode related code uses mappings, i.e. RC and R3 code.
    6161 */
    62 #ifdef IN_RING0
     62#if defined(IN_RING0) || !defined(VBOX_WITH_RAW_MODE)
    6363# define PGM_WITHOUT_MAPPINGS
    6464#endif
     
    33593359RT_C_DECLS_END
    33603360
     3361/** @todo Split out all the inline stuff into a separate file.  Then we can
     3362 *        include it later when VM and VMCPU are defined and so avoid all that
     3363 *        &pVM->pgm.s and &pVCpu->pgm.s stuff.  It also chops ~1600 lines off
     3364 *        this file and will make it somewhat easier to navigate... */
    33613365
    33623366/**
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