From d86fdb2154137dd3208f6daf51b9daef23b58deb Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Fri, 22 Jan 2021 14:51:49 +0900 Subject: [PATCH] arch: arm: aarch32: Update stale references to `_IntExit` This commit updates the stale references to the `_IntExit` function in the in-line documentation. Signed-off-by: Stephanos Ioannidis --- arch/arm/core/aarch32/swap_helper.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/core/aarch32/swap_helper.S b/arch/arm/core/aarch32/swap_helper.S index 7a7172cb14..c6db67a5f8 100644 --- a/arch/arm/core/aarch32/swap_helper.S +++ b/arch/arm/core/aarch32/swap_helper.S @@ -49,8 +49,8 @@ GDATA(z_arm_tls_ptr) * For Cortex-M, z_arm_pendsv() is invoked with no arguments. * * For Cortex-R, PendSV exception is not supported by the architecture and this - * function is directly called either by _IntExit in case of preemption, or - * z_arm_svc in case of cooperative switching. + * function is directly called either by z_arm_{exc,int}_exit in case of + * preemption, or z_arm_svc in case of cooperative switching. */ SECTION_FUNC(TEXT, z_arm_pendsv) @@ -380,7 +380,7 @@ _thread_irq_disabled: /* * Cortex-M: return from PendSV exception - * Cortex-R: return to the caller (_IntExit or z_arm_svc) + * Cortex-R: return to the caller (z_arm_{exc,int}_exit, or z_arm_svc) */ bx lr