mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 22:52:46 +00:00
Move HYPER_SPACE definition to x86 header, since ARM already defines it (and it's somewhere else). Thi sis an arch-specific define
svn path=/trunk/; revision=41922
This commit is contained in:
parent
a865f1ce7c
commit
3cba568950
2 changed files with 1 additions and 2 deletions
|
@ -14,6 +14,7 @@ PULONG MmGetPageDirectory(VOID);
|
||||||
/* Base addresses of PTE and PDE */
|
/* Base addresses of PTE and PDE */
|
||||||
#define PAGETABLE_MAP (0xc0000000)
|
#define PAGETABLE_MAP (0xc0000000)
|
||||||
#define PAGEDIRECTORY_MAP (0xc0000000 + (PAGETABLE_MAP / (1024)))
|
#define PAGEDIRECTORY_MAP (0xc0000000 + (PAGETABLE_MAP / (1024)))
|
||||||
|
#define HYPER_SPACE (0xC0400000)
|
||||||
|
|
||||||
/* Converting address to a corresponding PDE or PTE entry */
|
/* Converting address to a corresponding PDE or PTE entry */
|
||||||
#define MiAddressToPde(x) \
|
#define MiAddressToPde(x) \
|
||||||
|
|
|
@ -61,8 +61,6 @@ typedef ULONG PFN_TYPE, *PPFN_TYPE;
|
||||||
/* Number of list heads to use */
|
/* Number of list heads to use */
|
||||||
#define MI_FREE_POOL_LISTS 4
|
#define MI_FREE_POOL_LISTS 4
|
||||||
|
|
||||||
#define HYPER_SPACE (0xC0400000)
|
|
||||||
|
|
||||||
#define MI_HYPERSPACE_PTES (256 - 1)
|
#define MI_HYPERSPACE_PTES (256 - 1)
|
||||||
#define MI_ZERO_PTES (32)
|
#define MI_ZERO_PTES (32)
|
||||||
#define MI_MAPPING_RANGE_START (ULONG)HYPER_SPACE
|
#define MI_MAPPING_RANGE_START (ULONG)HYPER_SPACE
|
||||||
|
|
Loading…
Reference in a new issue