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:
Andrew Boie 2019-09-21 18:05:17 -07:00 committed by Anas Nashif
commit 2c1fb971e0
15 changed files with 59 additions and 58 deletions

View file

@ -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