From owner-cvs-all Tue Nov 28 15:52:42 2000 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 57EF737B404; Tue, 28 Nov 2000 15:52:40 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eASNqen45243; Tue, 28 Nov 2000 15:52:40 -0800 (PST) (envelope-from jhb) Message-Id: <200011282352.eASNqen45243@freefall.freebsd.org> From: John Baldwin Date: Tue, 28 Nov 2000 15:52:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/28 15:52:36 PST Modified files: sys/i386/i386 mp_machdep.c Log: Don't wait forever for CPUs to stop or restart. Instead, give up after a timeout. If DIAGNOSTIC is turned on, then display a message to the console with a map of which CPUs failed to stop or restart. This gives an SMP box at least a fighting chance of getting into DDB if one of the other CPUs has interrupts disabled. Revision Changes Path 1.129 +20 -3 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message