kernel: renamespace z_is_in_isr()
This is part of the core kernel -> architecture interface and is appropriately renamed z_arch_is_in_isr(). References from test cases changed to k_is_in_isr(). Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
61901ccb4c
commit
e1ec59f9c2
22 changed files with 31 additions and 31 deletions
|
@ -78,7 +78,7 @@ static inline unsigned int z_arch_k_cycle_get_32(void)
|
|||
#endif
|
||||
}
|
||||
|
||||
#define z_is_in_isr() (z_arch_curr_cpu()->nested != 0)
|
||||
#define z_arch_is_in_isr() (z_arch_curr_cpu()->nested != 0)
|
||||
|
||||
static inline void z_arch_switch(void *switch_to, void **switched_from)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue