diff options
Diffstat (limited to 'MdePkg/Library/BaseCpuLib/Arm')
-rw-r--r-- | MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S | 1 | ||||
-rw-r--r-- | MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S b/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S index 5ea90114be..46ef3e09f0 100644 --- a/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S +++ b/MdePkg/Library/BaseCpuLib/Arm/CpuFlushTlb.S @@ -17,6 +17,7 @@ .text
.p2align 2
.globl ASM_PFX(CpuFlushTlb)
+INTERWORK_FUNC(CpuFlushTlb) #/**
# Flushes all the Translation Lookaside Buffers(TLB) entries in a CPU.
diff --git a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S index cf20b08762..ec2061a4b3 100644 --- a/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S +++ b/MdePkg/Library/BaseCpuLib/Arm/CpuSleep.S @@ -17,6 +17,7 @@ .text
.p2align 2
.globl ASM_PFX(CpuSleep)
+INTERWORK_FUNC(CpuSleep) #/**
# Places the CPU in a sleep state until an interrupt is received.
|