mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
- Add missing flags for MmAllocatePagesForMdlEx.
svn path=/trunk/; revision=41504
This commit is contained in:
@@ -5182,6 +5182,9 @@ extern NTKERNELAPI ULONG_PTR MmUserProbeAddress;
|
||||
|
||||
#define MM_KSEG0_BASE MM_SYSTEM_RANGE_START
|
||||
#define MM_SYSTEM_SPACE_END 0xFFFFFFFF
|
||||
|
||||
#define MM_DONT_ZERO_ALLOCATION 0x00000001
|
||||
#define MM_ALLOCATE_FROM_LOCAL_NODE_ONLY 0x00000002
|
||||
|
||||
#elif defined(__x86_64__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user