cpu_idle_{enter,leave} are no-ops on riscv64, so just #define
authorguenther <guenther@openbsd.org>
Sat, 5 Aug 2023 05:45:52 +0000 (05:45 +0000)
committerguenther <guenther@openbsd.org>
Sat, 5 Aug 2023 05:45:52 +0000 (05:45 +0000)
commit4711fcb104bff938c6ead298aef4ca7363cace20
treea823336cafb8d153d51e992b87c70674c1814db9
parentff5ac6858747b9e76e6e562155f2ef1ae85364b2
cpu_idle_{enter,leave} are no-ops on riscv64, so just #define
away the calls

ok jca@
sys/arch/riscv64/include/cpu.h
sys/arch/riscv64/riscv64/machdep.c