CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2022/04/10 07:23:14
Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: mips64: Enforce memory ordering on SMP rendezvous Make sure that each CPU sees the initiator's pre-action state when running the action function, and that the initiator sees the combined post-action state. Use CPU_BUSY_CYCLE() when busy-waiting.