Skip to content

Commit 30aaf80

Browse files
committed
[NTOSKRNL]
- Silence way too noisy DPRINTs svn path=/branches/TransitionPte/; revision=70650
1 parent 0072e9c commit 30aaf80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ntoskrnl/mm/ARM3/procsup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ MiDeleteFromWorkingSetList(
871871
if (Wsle == NULL)
872872
{
873873
/* Most likely because we don't expand the thing */
874-
DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
874+
// DPRINT1("Address %p not found in Vm %p.\n", Address, Vm);
875875
return;
876876
}
877877

@@ -908,7 +908,7 @@ MiInsertInWorkingSetList(
908908

909909
if (Vm->VmWorkingSetList->FirstFree == Vm->VmWorkingSetList->LastEntry)
910910
{
911-
DPRINT1("FIXME: Could not add address %p to Vm %p because it is FULL!\n", Address, Vm);
911+
// DPRINT1("FIXME: Could not add address %p to Vm %p because it is FULL!\n", Address, Vm);
912912
return;
913913
}
914914

0 commit comments

Comments
 (0)