mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[NTOSKRNL/MM]
- do not initialize idle process address space lock twice svn path=/trunk/; revision=56019
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user