From d38a2745a9140f6839041016e39ab8bc7811001f Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Wed, 27 Apr 2005 21:44:27 +0000 Subject: [PATCH] Made the physical memory section permanent. svn path=/trunk/; revision=14832 --- reactos/ntoskrnl/mm/section.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index 2a6a35fd882..931a65950d3 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -2104,7 +2104,7 @@ MmCreatePhysicalMemorySection(VOID) SectionSize.QuadPart = 0xFFFFFFFF; InitializeObjectAttributes(&Obj, &Name, - 0, + OBJ_PERMANENT, NULL, NULL); Status = MmCreateSection(&PhysSection,