CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2015/07/27 10:33:40
Modified files: sys/arch/mips64/mips64: ipifuncs.c Log message: Allow coalescing of IPI requests on mips64, to make IPI sending non-blocking. This improves performance on systems that have more than a few cores and where there is a heavy IPI load. Currently the only place where coalescing must not happen is rendezvous processing, but there invocations are serialized by the rendezvous mutex. ok miod@