kernel: rename __swap
This is part of the core kernel -> architecture API and has been renamed to z_arch_swap(). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
fe031611fd
commit
2c1fb971e0
15 changed files with 59 additions and 58 deletions
|
@ -118,7 +118,7 @@ out_fp_endif:
|
|||
isb /* Make the effect of disabling interrupts be realized immediately */
|
||||
#elif defined(CONFIG_ARMV7_R)
|
||||
/*
|
||||
* Interrupts are still disabled from __swap so empty clause
|
||||
* Interrupts are still disabled from z_arch_swap so empty clause
|
||||
* here to avoid the preprocessor error below
|
||||
*/
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue