https://git.reactos.org/?p=reactos.git;a=commitdiff;h=184d3a684976c08b49c44118ed4af2437ad85709

commit 184d3a684976c08b49c44118ed4af2437ad85709
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Sun May 23 17:01:30 2021 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Mon May 24 18:45:47 2021 +0200

    [NTOS:MM] MiIsPdeForAddressValid is NOT an INIT function!
---
 ntoskrnl/include/internal/amd64/mm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ntoskrnl/include/internal/amd64/mm.h 
b/ntoskrnl/include/internal/amd64/mm.h
index bdb0066a8d4..e62df71cfe0 100644
--- a/ntoskrnl/include/internal/amd64/mm.h
+++ b/ntoskrnl/include/internal/amd64/mm.h
@@ -295,7 +295,6 @@ MI_IS_MAPPED_PTE(PMMPTE PointerPte)
             (PointerPte->u.Hard.PageFrameNumber != 0));
 }
 
-CODE_SEG("INIT")
 FORCEINLINE
 BOOLEAN
 MiIsPdeForAddressValid(PVOID Address)

Reply via email to