X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuFlushTlb.S;h=f8b1cdc7eef0cc01ee099a6676f1d5e5a39f0515;hp=0bd308d34410238a1bdad7853e710dc7b0e90803;hb=f1baef624fb7119c54c3389a2cd99b108ee08f0e;hpb=b7089db12047675e829a74674700b03406c432e6 diff --git a/MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S b/MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S index 0bd308d344..f8b1cdc7ee 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuFlushTlb.S @@ -20,7 +20,7 @@ # #------------------------------------------------------------------------------ -.globl _CpuFlushTlb +.globl ASM_PFX(CpuFlushTlb) #------------------------------------------------------------------------------ # VOID @@ -29,7 +29,7 @@ # VOID # ); #------------------------------------------------------------------------------ -_CpuFlushTlb: +ASM_PFX(CpuFlushTlb): movl %cr3, %eax movl %eax, %cr3 ret