X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIpf%2FAsmCpuMisc.s;h=95c2b1d0d0c4b2ec9f67c5a8d3958d3f8de2a5c3;hb=6f890d5b408233e5a305163a3f1d634a8b5d5744;hp=83de3ec89c1dc92cd716f5685b0110f18989c967;hpb=44f5e74f28c250e83a9917b22bc43a74f45e00fa;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ipf/AsmCpuMisc.s b/MdePkg/Library/BaseLib/Ipf/AsmCpuMisc.s index 83de3ec89c..95c2b1d0d0 100644 --- a/MdePkg/Library/BaseLib/Ipf/AsmCpuMisc.s +++ b/MdePkg/Library/BaseLib/Ipf/AsmCpuMisc.s @@ -47,7 +47,7 @@ MemoryFence:: .type DisableInterrupts, @function DisableInterrupts:: - rsm 0x4000 + rsm 0x4000 srlz.d;; br.ret.dpnt b0;; @@ -57,7 +57,7 @@ DisableInterrupts:: .type EnableInterrupts, @function EnableInterrupts:: - ssm 0x4000 + ssm 0x4000 srlz.d;; br.ret.dpnt b0;; @@ -67,10 +67,10 @@ EnableInterrupts:: .type EnableDisableInterrupts, @function EnableDisableInterrupts:: - ssm 0x4000 + ssm 0x4000 srlz.d;; srlz.i;; - rsm 0x4000 + rsm 0x4000 srlz.d;; br.ret.dpnt b0;;