From owner-cvs-all@FreeBSD.ORG Wed Jun 18 22:27:05 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 513B537B401; Wed, 18 Jun 2003 22:27:05 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AE343FD7; Wed, 18 Jun 2003 22:27:04 -0700 (PDT) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5J5R40U089056; Wed, 18 Jun 2003 22:27:04 -0700 (PDT) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5J5R4fV089055; Wed, 18 Jun 2003 22:27:04 -0700 (PDT) Message-Id: <200306190527.h5J5R4fV089055@repoman.freebsd.org> From: Jake Burkholder Date: Wed, 18 Jun 2003 22:27:04 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/sparc64 mp_exception.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 05:27:05 -0000 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