[NTOSKRNL/MM]

- do not initialize idle process address space lock twice

svn path=/trunk/; revision=56019
This commit is contained in:
Jérôme Gardou 2012-03-04 22:39:15 +00:00
parent 50e1500799
commit 24b9fc3fe0

View file

@ -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 */