VirtualBox

Changeset 5629 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 5, 2007 9:48:30 PM (17 years ago)
Author:
vboxsync
Message:

remove deprecated macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/param.h

    r5265 r5629  
    8383#define PAGE_ADDRESS(pv)    ((uintptr_t)(pv) & ~(uintptr_t)0xfff)
    8484
    85 #if 1 /** @todo remove this! Use X86_PAGE_* defines. */
    86 /**
    87  * i386 Page directory shift.
    88  * This is used to convert between PDR index and virtual address.
    89  * @deprecated Use X86_*.
    90  */
    91 #define PGDIR_SHIFT         22
    92 
    93 /**
    94  * i386 Page table mask.
    95  * This is used together with PAGE_SHIFT to get the page table
    96  * index from a virtual address.
    97  * @deprecated Use X86_*.
    98  */
    99 #define PTE_MASK            0x3ff
    100 
    101 /**
    102  * i386 Page table and page directory entry count for the default
    103  * paging mode.
    104  * @deprecated Use X86_*.
    105  */
    106 #define PAGE_ENTRIES        1024
    107 
    108 /**
    109  * i386 4MB Page offset mask.
    110  * @deprecated Use X86_*.
    111  */
    112 #define PAGE_OFFSET_MASK_BIG    0x3fffff
    113 #endif /* obsolete */
    114 
    11585/**
    11686 * Host max path (the reasonable value).
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