]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S
1. Port X64, IPF and EBC arch for BaseLib
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuFlushTlb.S
index 1d85fa77da28f53cbbf3885731329e6fa30ae43b..f8b1cdc7eef0cc01ee099a6676f1d5e5a39f0515 100644 (file)
@@ -20,9 +20,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
-     \r
+.globl ASM_PFX(CpuFlushTlb)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _CpuFlushTlb\r
-_CpuFlushTlb: \r
+ASM_PFX(CpuFlushTlb):\r
     movl    %cr3, %eax\r
     movl    %eax, %cr3\r
     ret\r
-\r
-\r
-\r