mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:MM]
Addendum to r74263: - Really only warn once in MmLockPageableDataSection/MmUnlockPageableImageSection, not on every 256th call svn path=/trunk/; revision=74291
This commit is contained in:
@@ -36,7 +36,7 @@ VOID
|
||||
NTAPI
|
||||
MmUnlockPageableImageSection(IN PVOID ImageSectionHandle)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
static ULONG Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -59,7 +59,7 @@ MmLockPageableDataSection(IN PVOID AddressWithinSection)
|
||||
//
|
||||
// We should just find the section and call MmLockPageableSectionByHandle
|
||||
//
|
||||
static BOOLEAN Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
static ULONG Warn; if (!Warn++) UNIMPLEMENTED;
|
||||
return AddressWithinSection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user