mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
- Fix FreeLDR for ARM build after some header changes that happen in NTOS.
svn path=/trunk/; revision=34887
This commit is contained in:
parent
a249132448
commit
4eb79d6d88
1 changed files with 0 additions and 14 deletions
|
@ -82,20 +82,6 @@ ULONG LenBits[] =
|
|||
//
|
||||
#define UART_VIRTUAL 0xE0000000
|
||||
|
||||
#define PTE_BASE 0xC0000000
|
||||
#define PDE_BASE 0xC1000000
|
||||
#define HYPER_SPACE 0xC1100000
|
||||
|
||||
//
|
||||
// Take 0x80812345 and extract:
|
||||
// PTE_BASE[0x808][0x12]
|
||||
//
|
||||
#define MiAddressToPte(x) \
|
||||
(PTE_BASE + (((x) >> 20) << 12) + ((((x) >> 12) & 0xFF) << 2))
|
||||
|
||||
#define MiAddressToPde(x) \
|
||||
(PDE_BASE + (((x) >> 20) << 2))
|
||||
|
||||
/* FUNCTIONS ******************************************************************/
|
||||
|
||||
PVOID
|
||||
|
|
Loading…
Reference in a new issue