summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S')
-rw-r--r--MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
index 46ef3e09f0..960fd990a1 100644
--- a/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
+++ b/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S
@@ -16,8 +16,7 @@
.text
.p2align 2
-.globl ASM_PFX(CpuFlushTlb)
-INTERWORK_FUNC(CpuFlushTlb)
+GCC_ASM_EXPORT(CpuFlushTlb)
#/**
# Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.