Follow the lead of mips64 and make cpu_idle_cycle() just call the
authorguenther <guenther@openbsd.org>
Thu, 27 Jul 2023 00:28:24 +0000 (00:28 +0000)
committerguenther <guenther@openbsd.org>
Thu, 27 Jul 2023 00:28:24 +0000 (00:28 +0000)
commitd8c6becdbe60fbae2264356c048da668b547635e
tree0236148ab5dd26ad1dd5abf43953e1b3ce8c2d6a
parente39a844e1a24f533a45c64f56c7926e2e358647a
Follow the lead of mips64 and make cpu_idle_cycle() just call the
indirect pointer itself and provide an initializer for that going
to the default "just enable interrupts and halt" path.

ok kettenis@
sys/arch/amd64/amd64/locore.S
sys/arch/amd64/amd64/machdep.c
sys/arch/amd64/include/cpu.h