[NTOS:MM] MiIsPdeForAddressValid is NOT an INIT function!

This commit is contained in:
Timo Kreuzer 2021-05-23 17:01:30 +02:00
parent c1538a82b8
commit 184d3a6849

View file

@ -295,7 +295,6 @@ MI_IS_MAPPED_PTE(PMMPTE PointerPte)
(PointerPte->u.Hard.PageFrameNumber != 0));
}
CODE_SEG("INIT")
FORCEINLINE
BOOLEAN
MiIsPdeForAddressValid(PVOID Address)