]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 20 Jun 2018 19:01:52 +0000 (21:01 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 21 Jun 2018 14:09:22 +0000 (16:09 +0200)
commit713aea34864ce5fc0a248b85bf3caa64fcf22467
tree747a1e475b3ef3b40c74a460c209dfa0abfd42c9
parentc2d6e2bc12b2a4e99304a1ebbc3474638721f5a8
ArmPkg/ArmMmuLib ARM: remove cache maintenance of block mapping contents

Peculiarly enough, the current page table manipulation code takes it
upon itself to write back and invalidate the memory contents covered
by page and section mappings when their memory attributes change. It
is not generally the case that data must be written back when such a
change occurs, even when switching from cacheable to non-cacheable
attributes, and in some cases, it is actually causing problems. (The
cache maintenance is also performed on the PCIe MMIO regions as they
get mapped by the PCI bus driver, and under virtualization, each
cache maintenance operation on an emulated MMIO region triggers a
round trip to the host and back)

So let's just drop this code.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibCore.c