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>
This commit is contained in:
Leif Lindholm 2017-04-12 15:17:00 +01:00
parent 4830018e08
commit d63ed30bb5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
//
//
#include <AsmMacroIoLibV8.h>
#include <AsmMacroIoLib.h>
.arch_extension virt

View File

@ -11,7 +11,7 @@
//
//
#include <AsmMacroIoLibV8.h>
#include <AsmMacroIoLib.h>
.arch_extension sec