This commit is contained in:
Dongyan Qian 2026-08-26 22:50:34 +00:00 committed by GitHub
commit f9e17b3483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -513,10 +513,6 @@ UpdateRegionMappingRecursive (
EntryValue |= PAGE_GLOBAL | PAGE_VALID;
}
if ((AttributeSetMask & PAGE_NO_READ) != 0) {
EntryValue &= ~PAGE_VALID;
}
ReplaceTableEntry (Entry, EntryValue, RegionStart, TableIsLive);
}
}