From owner-cvs-all Fri Oct 12 4:49:14 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 CC7C837B403; Fri, 12 Oct 2001 04:49:11 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CBnBZ78258; Fri, 12 Oct 2001 04:49:11 -0700 (PDT) (envelope-from dfr) Message-Id: <200110121149.f9CBnBZ78258@freefall.freebsd.org> From: Doug Rabson Date: Fri, 12 Oct 2001 04:49:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dfr 2001/10/12 04:49:11 PDT Modified files: sys/ia64/ia64 trap.c Log: If the faulting instruction is a cmpxchg, then isr.w and isr.r will both be set. We need to check isr.w before isr.r so that we can correctly handle a cmpxchg to a copy-on-write page. This fixes the hang-after-fork problem for dynamically linked programs. Revision Changes Path 1.32 +4 -4 src/sys/ia64/ia64/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message