]> git.proxmox.com Git - mirror_edk2.git/commit
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)
commitd63ed30bb508f46ec304cf1431a67c8f9f2fe0bf
treefd8a6a7e817ed61366543ffbf65d1714a2f62d86
parent4830018e0822baaf99a857561b486c1600133a5d
ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLib

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