From owner-cvs-all Sat Oct 30 8:20:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F73214C36; Sat, 30 Oct 1999 08:20:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA33701; Sat, 30 Oct 1999 08:20:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199910301520.IAA33701@freefall.freebsd.org> From: Andrew Gallatin Date: Sat, 30 Oct 1999 08:20:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/10/30 08:20:32 PDT Modified files: sys/alpha/alpha swtch.s Log: Don't lower the ipl when returning from handling an interrupt. If the ipl is lowered here, a machine can rapidly run out of stack space when it is under heavy interrupt load. Without this fix, my test machine would fall over within a few seconds when forwarding 14,000 packets/sec. With the patch, it has been up for over 24 hours and has built the world at the same time. submitted by: dfr@freebsd.org Revision Changes Path 1.12 +1 -4 src/sys/alpha/alpha/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message