We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0072e9c commit 30aaf80Copy full SHA for 30aaf80
ntoskrnl/mm/ARM3/procsup.c
@@ -871,7 +871,7 @@ MiDeleteFromWorkingSetList(
871
if (Wsle == NULL)
872
{
873
/* Most likely because we don't expand the thing */
874
- DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
+ // DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
875
return;
876
}
877
@@ -908,7 +908,7 @@ MiInsertInWorkingSetList(
908
909
if (Vm->VmWorkingSetList->FirstFree == Vm->VmWorkingSetList->LastEntry)
910
911
- DPRINT1("FIXME: Could not add address %p to Vm %p because it is FULL!\n", Address, Vm);
+ // DPRINT1("FIXME: Could not add address %p to Vm %p because it is FULL!\n", Address, Vm);
912
913
914
0 commit comments