mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Merge 7a3a801c2e into fb2ac429de
This commit is contained in:
commit
f9e17b3483
1 changed files with 0 additions and 4 deletions
|
|
@ -513,10 +513,6 @@ UpdateRegionMappingRecursive (
|
|||
EntryValue |= PAGE_GLOBAL | PAGE_VALID;
|
||||
}
|
||||
|
||||
if ((AttributeSetMask & PAGE_NO_READ) != 0) {
|
||||
EntryValue &= ~PAGE_VALID;
|
||||
}
|
||||
|
||||
ReplaceTableEntry (Entry, EntryValue, RegionStart, TableIsLive);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue