summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/CpuDxe.c
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-02-23 14:43:49 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-02-23 17:57:55 +0000
commitfc7bd8939d56da5da24ec8ddc9976245ffc42b69 (patch)
tree46b70b13d97fb6d38b388b4e129d8eb6f6739dce /ArmPkg/Drivers/CpuDxe/CpuDxe.c
parenta76d0e88c39a10cef284eedec3bd4b57c4d83ad2 (diff)
downloadedk2-fc7bd8939d56da5da24ec8ddc9976245ffc42b69.zip
edk2-fc7bd8939d56da5da24ec8ddc9976245ffc42b69.tar.gz
edk2-fc7bd8939d56da5da24ec8ddc9976245ffc42b69.tar.bz2
ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementation
Virtual uncached pages are simply pages that are aliased using mismatched attributes, which is not allowed by the ARM architecture. So remove the protocol and its implementation. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Drivers/CpuDxe/CpuDxe.c')
-rw-r--r--ArmPkg/Drivers/CpuDxe/CpuDxe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPkg/Drivers/CpuDxe/CpuDxe.c b/ArmPkg/Drivers/CpuDxe/CpuDxe.c
index 7d328d0..5aa5b87 100644
--- a/ArmPkg/Drivers/CpuDxe/CpuDxe.c
+++ b/ArmPkg/Drivers/CpuDxe/CpuDxe.c
@@ -253,7 +253,6 @@ CpuDxeInitialize (
Status = gBS->InstallMultipleProtocolInterfaces (
&mCpuHandle,
&gEfiCpuArchProtocolGuid, &mCpu,
- &gVirtualUncachedPagesProtocolGuid, &gVirtualUncachedPages,
NULL
);