CpuSleep, not _CpuSleep.

Cc: Daniel Schaefer <g...@danielschaefer.me>
Cc: Michael D Kinney <michael.d.kin...@intel.com>
Cc: Liming Gao <gaolim...@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang....@intel.com>
Reviewed-by: Sunil V L <suni...@ventanamicro.com>
Signed-off-by: Andrei Warkentin <andrei.warken...@intel.com>
---
 MdePkg/Library/BaseCpuLib/RiscV/Cpu.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MdePkg/Library/BaseCpuLib/RiscV/Cpu.S 
b/MdePkg/Library/BaseCpuLib/RiscV/Cpu.S
index 375b91d31427..d6560087e080 100644
--- a/MdePkg/Library/BaseCpuLib/RiscV/Cpu.S
+++ b/MdePkg/Library/BaseCpuLib/RiscV/Cpu.S
@@ -10,9 +10,9 @@
 .align 3
 .section .text
 
-.global ASM_PFX(_CpuSleep)
+.global ASM_PFX(CpuSleep)
 
-ASM_PFX(_CpuSleep):
+ASM_PFX(CpuSleep):
     wfi
     ret
 
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100470): https://edk2.groups.io/g/devel/message/100470
Mute This Topic: https://groups.io/mt/97196083/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to