Date: Wed, 18 Jun 2003 22:27:04 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 mp_exception.S Message-ID: <200306190527.h5J5R4fV089055@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2003/06/18 22:27:04 PDT FreeBSD src repository Modified files: sys/sparc64/sparc64 mp_exception.S Log: - Rename the IPI_WAIT macro to IPI_DONE. - Don't require all receivers of ipis to wait for all other receivers, only that the sender wait for all receivers. This should reduce the amount of time spent with interrupts disabled, which may be a cause of ipi timeouts. Discussed with: tmm Revision Changes Path 1.12 +8 -11 src/sys/sparc64/sparc64/mp_exception.S
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306190527.h5J5R4fV089055>