mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
- ARM3-ify hypermap.c
svn path=/trunk/; revision=41627
This commit is contained in:
parent
a39c949acf
commit
6e8a0cf662
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
* PROJECT: ReactOS Kernel
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* FILE: ntoskrnl/mm/ARM3/hypermap.c
|
||||
* PURPOSE: Hyperspace Mapping Functionality
|
||||
* PURPOSE: ARM Memory Manager Hyperspace Mapping Functionality
|
||||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
||||
|
@ -12,6 +12,10 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#line 15 "ARM³::HYPERMAP"
|
||||
#define MODULE_INVOLVED_IN_ARM3
|
||||
#include "../ARM3/miarm.h"
|
||||
|
||||
/* GLOBALS ********************************************************************/
|
||||
|
||||
PMMPTE MmFirstReservedMappingPte, MmLastReservedMappingPte;
|
||||
|
|
Loading…
Reference in a new issue