From owner-cvs-all Sun Oct 28 23:34:55 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B7E237B405; Sun, 28 Oct 2001 23:34:49 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9T7YmZ97365; Sun, 28 Oct 2001 23:34:48 -0800 (PST) (envelope-from marcel) Message-Id: <200110290734.f9T7YmZ97365@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 28 Oct 2001 23:34:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 interrupt.c mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/28 23:34:48 PST Modified files: sys/ia64/ia64 interrupt.c mp_machdep.c Log: o Send a test IPI from the BSP to itself at the same time APs are woken up. o Make IPIs synchronuous by default. If we want asynchronuous IPIs, we may want to make the memory fence controllable. Revision Changes Path 1.15 +7 -2 src/sys/ia64/ia64/interrupt.c 1.23 +7 -8 src/sys/ia64/ia64/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message