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:
ReactOS Portable Systems Group 2009-07-12 10:44:22 +00:00
parent a865f1ce7c
commit 3cba568950
2 changed files with 1 additions and 2 deletions

View file

@ -14,6 +14,7 @@ PULONG MmGetPageDirectory(VOID);
/* Base addresses of PTE and PDE */
#define PAGETABLE_MAP (0xc0000000)
#define PAGEDIRECTORY_MAP (0xc0000000 + (PAGETABLE_MAP / (1024)))
#define HYPER_SPACE (0xC0400000)
/* Converting address to a corresponding PDE or PTE entry */
#define MiAddressToPde(x) \

View file

@ -61,8 +61,6 @@ typedef ULONG PFN_TYPE, *PPFN_TYPE;
/* Number of list heads to use */
#define MI_FREE_POOL_LISTS 4
#define HYPER_SPACE (0xC0400000)
#define MI_HYPERSPACE_PTES (256 - 1)
#define MI_ZERO_PTES (32)
#define MI_MAPPING_RANGE_START (ULONG)HYPER_SPACE