commit | 07525a3d541ea1d5795063268c16d1e257a13cbf | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Sat Sep 21 16:17:23 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Sep 30 15:25:55 2019 -0400 |
tree | 5b8ef6d879d1375c49b128f39c590cc9a26048c0 | |
parent | 845aa6d114a115e1caa0dc768aba0a3eb6032e18 [diff] |
kernel: add arch interface for idle functions k_cpu_idle() and k_cpu_atomic_idle() were being directly implemented by arch code. Rename these implementations to z_arch_cpu_idle() and z_arch_cpu_atomic_idle(), and call them from new inline function definitions in kernel.h. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>