CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/26 18:28:25
Modified files:
sys/arch/amd64/include: cpu.h
sys/arch/amd64/amd64: locore.S machdep.c
Log message:
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@
