mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user