From owner-cvs-all@FreeBSD.ORG Sat Jan 27 18:13:24 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D2C8016A494; Sat, 27 Jan 2007 18:13:24 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AC9E913C484; Sat, 27 Jan 2007 18:13:24 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0RIDOdc026834; Sat, 27 Jan 2007 18:13:24 GMT (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0RIDOfS026832; Sat, 27 Jan 2007 18:13:24 GMT (envelope-from jkoshy) Message-Id: <200701271813.l0RIDOfS026832@repoman.freebsd.org> From: Joseph Koshy Date: Sat, 27 Jan 2007 18:13:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/amd64/amd64 machdep.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Jan 2007 18:13:24 -0000 jkoshy 2007-01-27 18:13:24 UTC FreeBSD src repository Modified files: sys/amd64/amd64 machdep.c Log: Use a known good stack at the time of servicing an NMI --- reuse the space allocated for the double fault handler since this space is otherwise unused till the time a double fault occurs. This change should have been committed alongside r1.127 of "exception.S", but I somehow missed doing so. Problem reported by: jeff Pointy hat to: jkoshy Revision Changes Path 1.669 +1 -1 src/sys/amd64/amd64/machdep.c