From owner-cvs-all Wed Oct 25 3:40:23 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 03E2937B479; Wed, 25 Oct 2000 03:40:21 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA98826; Wed, 25 Oct 2000 03:40:20 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200010251040.DAA98826@freefall.freebsd.org> From: Paul Saab Date: Wed, 25 Oct 2000 03:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/10/25 03:40:20 PDT Modified files: sys/i386/isa intr_machdep.c Log: Fast interrupts have no associated process, therefore do not try and schedule it. This fixes booting machines with broken MP tables. Revision Changes Path 1.40 +14 -12 src/sys/i386/isa/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message