microkernel: rename K_swapper to _k_server
Align with the newer terminology used for microkernel internal symbols. Change-Id: I623b383f90d9e37a49429a79774c7f7a4953bd5f Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
c1f9fd888d
commit
aa78793e40
15 changed files with 36 additions and 36 deletions
|
@ -36,8 +36,8 @@ The ARM Cortex-M architecture provides its own _TaskAbort() to deal with
|
|||
different CPU modes (handler vs thread) when a task aborts. When its entry
|
||||
point returns or when it aborts itself, the CPU is in thread mode and must
|
||||
call the equivalent of task_abort(<self>), but when in handler mode, the
|
||||
CPU must queue a packet to K_swapper(), then exit handler mode to queue the
|
||||
PendSV exception and cause the immediate context switch to K_swapper.
|
||||
CPU must queue a packet to _k_server(), then exit handler mode to queue the
|
||||
PendSV exception and cause the immediate context switch to _k_server.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_MICROKERNEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue