diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2016-05-30 18:52:13 -0700 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2016-06-28 09:51:43 +0800 |
commit | 68562b45e92856276cca70c71e2dcd9bfc1c67df (patch) | |
tree | 039f5102932b94a4ba666be6812c204e0cb97933 /MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | |
parent | e639ea6af23b3e36cd1223354ccd0d32b3d9a5c1 (diff) | |
download | edk2-platforms-68562b45e92856276cca70c71e2dcd9bfc1c67df.tar.xz |
MdePkg BaseCpuLib: Convert Ia32/CpuFlushTlb.asm to NASM
The BaseTools/Scripts/ConvertMasmToNasm.py script was used to convert
Ia32/CpuFlushTlb.asm to Ia32/CpuFlushTlb.nasm
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/BaseCpuLib.inf')
-rw-r--r-- | MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf index 8ea63672f4..28e963c2f8 100644 --- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf +++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf @@ -38,6 +38,7 @@ Ia32/CpuSleep.nasm| INTEL
Ia32/CpuSleep.asm | INTEL
+ Ia32/CpuFlushTlb.nasm| INTEL
Ia32/CpuFlushTlb.asm | INTEL
Ia32/CpuSleepGcc.c | GCC
|