Will address. Thanks! On Tue, Nov 2, 2021 at 2:25 AM Leif Lindholm wrote: > On Mon, Nov 01, 2021 at 12:56:39 -0700, brbarkel@microsoft.com wrote: > > From: Bret Barkelew > > > > Cc: Leif Lindholm > > Cc: Ard Biesheuvel > > Cc: Michael D Kinney > > Cc: Liming Gao > > Cc: Zhiguang Liu > > Cc: Sean Brogan > > Signed-off-by: Bret Barkelew > > --- > > {ArmPkg => MdePkg}/Include/AsmMacroIoLib.h | 0 > > I approve of this move, but if it goes into MdePkg, it needs some form > of arch-specific handling (like ProcessorBind.h, and indeed for x86, > Nasm.inc). > > I also note that the AArch64 version is not moved at the same time. > That seems counterintuituve. > > So could you: > Move > ArmPkg/Include/AsmMacroIoLib.h => MdePkg/Include/ARM/AsmMacroIoLib.h > ArmPkg/Include/AsmMacroIoLibV8.h => > MdePkg/Include/AArch64/AsmMacroIoLibV8.h > ? > > Ideally, the AArch64 version should also lose its spectacularly > incorrect suffix, but that can wait for another day due to the > resulting fallout. > > Ideally2, the VS .inc files ought to move with the ARM header, but that > feels like a bit much of a can of worms to ask for. > > / > Leif > > > 1 file changed, 0 insertions(+), 0 deletions(-) > > > > diff --git a/ArmPkg/Include/AsmMacroIoLib.h > b/MdePkg/Include/AsmMacroIoLib.h > > similarity index 100% > > rename from ArmPkg/Include/AsmMacroIoLib.h > > rename to MdePkg/Include/AsmMacroIoLib.h > > -- > > 2.31.1.windows.1 > > >