ArmPkg: Correct small typos
The 'cspell' CI test detected some small typos in ArmPkg. Correct them. Cc: Bret Barkelew <bret.barkelew@microsoft.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
c2bd8a1a82
commit
b8de64bede
@@ -124,7 +124,7 @@ UpdatePageEntries (
|
||||
} else if ((Attributes & EFI_MEMORY_WC) != 0) {
|
||||
// modify cacheability attributes
|
||||
EntryMask |= TT_DESCRIPTOR_PAGE_CACHE_POLICY_MASK;
|
||||
// map to normal non-cachable
|
||||
// map to normal non-cacheable
|
||||
EntryValue |= TT_DESCRIPTOR_PAGE_CACHE_POLICY_NON_CACHEABLE; // TEX [2:0]= 001 = 0x2, B=0, C=0
|
||||
} else if ((Attributes & EFI_MEMORY_WT) != 0) {
|
||||
// modify cacheability attributes
|
||||
@@ -254,7 +254,7 @@ UpdateSectionEntries (
|
||||
} else if ((Attributes & EFI_MEMORY_WC) != 0) {
|
||||
// modify cacheability attributes
|
||||
EntryMask |= TT_DESCRIPTOR_SECTION_CACHE_POLICY_MASK;
|
||||
// map to normal non-cachable
|
||||
// map to normal non-cacheable
|
||||
EntryValue |= TT_DESCRIPTOR_SECTION_CACHE_POLICY_NON_CACHEABLE; // TEX [2:0]= 001 = 0x2, B=0, C=0
|
||||
} else if ((Attributes & EFI_MEMORY_WT) != 0) {
|
||||
// modify cacheability attributes
|
||||
|
Reference in New Issue
Block a user