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 <root@stephanos.io>
This commit is contained in:
parent
7f08061f0c
commit
d86fdb2154
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue