summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ipf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:22:53 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-11-19 15:22:53 +0000
commit6f890d5b408233e5a305163a3f1d634a8b5d5744 (patch)
treef08e5a96e7fc6c7789269776e7022f31266064ed /MdePkg/Library/BaseLib/Ipf
parentee6c452c81f135a53f918761f02333ee57d7776d (diff)
downloadedk2-platforms-6f890d5b408233e5a305163a3f1d634a8b5d5744.tar.xz
Detab
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6639 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/Ipf')
-rw-r--r--MdePkg/Library/BaseLib/Ipf/AsmCpuMisc.s8
1 files changed, 4 insertions, 4 deletions
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;;