summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib
diff options
context:
space:
mode:
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 10:22:09 +0000
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>2009-05-20 10:22:09 +0000
commit132f41f0a92082775d931067089a63ca50367225 (patch)
treee6905780bf1ed9ea99b37a3e3e4868fae2c7a64b /MdePkg/Library/BaseCpuLib
parentb20d41df13fc3f25678c34c0eb6902e2faebb032 (diff)
downloadedk2-platforms-132f41f0a92082775d931067089a63ca50367225.tar.xz
Replace .globl with ASM_GLOBAL
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8346 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseCpuLib')
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S2
-rw-r--r--MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S2
-rw-r--r--MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s2
3 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
index f8b1cdc7ee..9db5786728 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuFlushTlb.S
@@ -20,7 +20,7 @@
#
#------------------------------------------------------------------------------
-.globl ASM_PFX(CpuFlushTlb)
+ASM_GLOBAL ASM_PFX(CpuFlushTlb)
#------------------------------------------------------------------------------
# VOID
diff --git a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
index ac39e8fcba..c38195a3a8 100644
--- a/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
+++ b/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.S
@@ -20,7 +20,7 @@
#
#------------------------------------------------------------------------------
-.globl ASM_PFX(CpuSleep)
+ASM_GLOBAL ASM_PFX(CpuSleep)
#------------------------------------------------------------------------------
# VOID
diff --git a/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s b/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
index 5546990992..bc918e1a34 100644
--- a/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
+++ b/MdePkg/Library/BaseCpuLib/Ipf/CpuFlushTlb.s
@@ -17,7 +17,7 @@
.auto
.text
-.globl PalCall
+ASM_GLOBAL PalCall
.type PalCall, @function
.proc CpuFlushTlb