| commit | e1ec59f9c2801ba8dc7409a2f8ffc82c89efd286 | [log] [tgz] |
|---|---|---|
| author | Andrew Boie <andrew.p.boie@intel.com> | Sat Sep 21 15:58:15 2019 -0700 |
| committer | Anas Nashif <anas.nashif@intel.com> | Mon Sep 30 15:25:55 2019 -0400 |
| tree | 43caaf9ca09dbb8f2fab736791492a4772a337b9 | |
| parent | 61901ccb4ca39ae15718e5f87539031cb5b0dadf [diff] |
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>