From owner-cvs-all Thu Feb 24 19:26:15 2000 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 2545D37BDA2; Thu, 24 Feb 2000 19:26:12 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA30362; Thu, 24 Feb 2000 19:26:12 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <200002250326.TAA30362@freefall.freebsd.org> From: John Polstra Date: Thu, 24 Feb 2000 19:26:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha support.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 2000/02/24 19:26:11 PST Modified files: sys/alpha/alpha support.s Log: Fix two bugs in the fault handler for copy{in,out} and friends. First, it was failing to reset the PCB's pcb_onfault member to NULL. Under some really obscure circumstances this might cause a wild jump within the kernel when a panic would otherwise occur. Second, the handler was loading the GP register needlessly and with an incorrect value. Reviewed by: Doug Rabson Approved by: Jordan Hubbard Revision Changes Path 1.5 +4 -2 src/sys/alpha/alpha/support.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message