From 24b9fc3fe01bff5bdf38eb8a784ba0dd9a00c0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sun, 4 Mar 2012 22:39:15 +0000 Subject: [PATCH] [NTOSKRNL/MM] - do not initialize idle process address space lock twice svn path=/trunk/; revision=56019 --- reactos/ntoskrnl/mm/mminit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/mm/mminit.c b/reactos/ntoskrnl/mm/mminit.c index 08572844d9d..646c04975d4 100644 --- a/reactos/ntoskrnl/mm/mminit.c +++ b/reactos/ntoskrnl/mm/mminit.c @@ -407,7 +407,6 @@ MmInitSystem(IN ULONG Phase, // the balance manager MmInitializeMemoryConsumer(MC_CACHE, MiRosTrimCache); - KeInitializeGuardedMutex(&PsIdleProcess->AddressCreationLock); MmKernelAddressSpace = &PsIdleProcess->Vm; /* Intialize system memory areas */