mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Do not print out ReactOS nonpaged pool VA address range anymore, since it will be deprecated.
svn path=/trunk/; revision=42248
This commit is contained in:
parent
360720bdb6
commit
1eba02fc2f
1 changed files with 0 additions and 10 deletions
|
@ -95,12 +95,6 @@ PVOID MmNonPagedPoolStart;
|
|||
PVOID MmNonPagedPoolExpansionStart;
|
||||
PVOID MmNonPagedPoolEnd = MI_NONPAGED_POOL_END;
|
||||
|
||||
//
|
||||
// Old ReactOS Mm nonpaged pool
|
||||
//
|
||||
extern PVOID MiNonPagedPoolStart;
|
||||
extern ULONG MiNonPagedPoolLength;
|
||||
|
||||
//
|
||||
// This is where paged pool starts by default
|
||||
//
|
||||
|
@ -1408,10 +1402,6 @@ MmArmInitSystem(IN ULONG Phase,
|
|||
MmSystemRangeStart,
|
||||
(ULONG_PTR)MmSystemRangeStart + MmBootImageSize,
|
||||
"Boot Loaded Image");
|
||||
DPRINT1(" 0x%p - 0x%p\t%s\n",
|
||||
MiNonPagedPoolStart,
|
||||
(ULONG_PTR)MiNonPagedPoolStart + MiNonPagedPoolLength,
|
||||
"Non Paged Pool");
|
||||
DPRINT1(" 0x%p - 0x%p\t%s\n",
|
||||
MmPagedPoolBase,
|
||||
(ULONG_PTR)MmPagedPoolBase + MmPagedPoolSize,
|
||||
|
|
Loading…
Reference in a new issue