summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/BaseLib.msa
diff options
context:
space:
mode:
authorbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 07:46:22 +0000
committerbxing <bxing@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-06 07:46:22 +0000
commita69c49fc119ae22e62acd00da011fb9e2bfa433f (patch)
tree1d499e6a13a10472d235f18be136024ad442f5a4 /MdePkg/Library/BaseLib/BaseLib.msa
parente0f8d087ae422c613267650487686581b1081fc8 (diff)
downloadedk2-platforms-a69c49fc119ae22e62acd00da011fb9e2bfa433f.tar.xz
1. Simplified PalCallStatic.s's by removing unnecessary condition testings.
2. Fixed a logical error in Synchronization.c which caused InterlockedIncrement() and InterlockedDecrement() to hang. 3. Replaced the pseudo-implementation of GetInterruptState() with a real version. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@793 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseLib/BaseLib.msa')
-rw-r--r--MdePkg/Library/BaseLib/BaseLib.msa3
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/BaseLib/BaseLib.msa b/MdePkg/Library/BaseLib/BaseLib.msa
index 5e677704a8..8d7af00fec 100644
--- a/MdePkg/Library/BaseLib/BaseLib.msa
+++ b/MdePkg/Library/BaseLib/BaseLib.msa
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
<MsaHeader>
<ModuleName>BaseLib</ModuleName>
@@ -277,6 +277,7 @@
<Filename SupArchList="IPF">Ipf/Synchronization.c</Filename>
<Filename SupArchList="IPF">Ipf/CpuPause.s</Filename>
<Filename SupArchList="IPF">Ipf/CpuFlushTlb.s</Filename>
+ <Filename SupArchList="IPF">Ipf/GetInterruptState.s</Filename>
<Filename SupArchList="EBC">Math64.c</Filename>
<Filename SupArchList="EBC">Unaligned.c</Filename>
<Filename SupArchList="EBC">Ebc/SwitchStack.c</Filename>