From owner-cvs-all Sat Mar 24 0:28: 7 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 3BE4237B718; Sat, 24 Mar 2001 00:27:58 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2O8Rwd14570; Sat, 24 Mar 2001 00:27:58 -0800 (PST) (envelope-from obrien) Message-Id: <200103240827.f2O8Rwd14570@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 24 Mar 2001 00:27:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 support.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2001/03/24 00:27:58 PST Modified files: sys/i386/i386 support.s Log: Fix a problem where we were switching npxproc from underneath processes running in process context in order to run interrupt handlers. This caused a big smashing of the stack on AMD K6, K5 and Intel Pentium (ie, P5) processors because we are using npxproc as a flag to indicate whether the state has been pushed onto the stack. Submitted by: bde Revision Changes Path 1.81 +47 -1 src/sys/i386/i386/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message