[NTOS:MM] Using the macro MiIsPteOnPdeBoundary(). (#2496)
authorVadim Galyant <vgal@rambler.ru>
Thu, 2 Apr 2020 10:15:33 +0000 (13:15 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 10:15:33 +0000 (12:15 +0200)
commitb78cb36d910dd2e881844e96fd3e2c11cacd32cd
tree0adcecd33df06179043b389d3fd066773f0f209a
parenta5a725ae5745c89ce9e7591c69e0714e648a9830
[NTOS:MM] Using the macro MiIsPteOnPdeBoundary(). (#2496)

The SYSTEM_PD_SIZE constant should not be used to determine the page boundary for page tables. It is better to use the portable MiIsPteOnPdeBoundary() macro for this.
ntoskrnl/mm/ARM3/section.c