From owner-cvs-sys Fri Jun 27 15:31:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA18876 for cvs-sys-outgoing; Fri, 27 Jun 1997 15:31:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18719; Fri, 27 Jun 1997 15:28:45 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11455; Fri, 27 Jun 1997 15:27:20 -0700 (PDT) Date: Fri, 27 Jun 1997 15:27:20 -0700 (PDT) Message-Id: <199706272227.PAA11455@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/06/27 15:27:19 PDT Modified files: sys/i386/i386 mp_machdep.c Log: Program lint1 to handle NMIs. Till now NMIs would be ignored. Now an NMI is caught by the BSP. APs still ignore NMI, am working on code to allow a CPU to stop other CPUs via an IPI. Revision Changes Path 1.23 +24 -2 src/sys/i386/i386/mp_machdep.c