zephyr/soc/riscv/riscv-privilege
Andrew Boie 07525a3d54 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>
2019-09-30 15:25:55 -04:00
..
common kernel: add arch interface for idle functions 2019-09-30 15:25:55 -04:00
miv interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
sifive-freedom interrupt: Convert RISC-V plic to use multi-level irq support 2019-09-10 07:34:57 -05:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc