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