]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLib
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 12 Apr 2017 14:17:00 +0000 (15:17 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Thu, 13 Apr 2017 09:58:28 +0000 (10:58 +0100)
ARM ArmHvcLib looks like it was created from copy of ArmSmcLib which
looks like it was created from a copy of the AArch64 version.

Both of these files include AsmMacroIoLibV8.h instead of
AsmMacroIoLib.h, although since they only use macros that are identical
between the two, there was no functional issue caused by this.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
ArmPkg/Library/ArmHvcLib/Arm/ArmHvc.S
ArmPkg/Library/ArmSmcLib/Arm/ArmSmc.S

index be4693796f320d8f934cc4778895740928743a8b..fef51e7521d2966efe1183ebe75322c263bfa156 100644 (file)
@@ -12,7 +12,7 @@
 //\r
 //\r
 \r
-#include <AsmMacroIoLibV8.h>\r
+#include <AsmMacroIoLib.h>\r
 \r
 .arch_extension virt\r
 \r
index afb2e9bc901c827ab1a5ac33c9bc2e3db8a5bc43..990e12ef75f5fc4221fb586e900cea4f3594a0a5 100644 (file)
@@ -11,7 +11,7 @@
 //\r
 //\r
 \r
-#include <AsmMacroIoLibV8.h>\r
+#include <AsmMacroIoLib.h>\r
 \r
 .arch_extension sec\r
 \r