From owner-cvs-all Sun Apr 21 15:43:54 2002 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 B160737B419; Sun, 21 Apr 2002 15:43:50 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3LMhoo82756; Sun, 21 Apr 2002 15:43:50 -0700 (PDT) (envelope-from marcel) Message-Id: <200204212243.g3LMhoo82756@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 21 Apr 2002 15:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 swtch.s 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 marcel 2002/04/21 15:43:50 PDT Modified files: sys/ia64/ia64 swtch.s Log: Fix WAW dependency violation on r17 (line 198) that only exists for the SMP case. While on the subject, remove unnecessary stops. I don't know if this resolves the memory corruption I'm seeing, but it does have the potential. We'll see... Revision Changes Path 1.20 +3 -2 src/sys/ia64/ia64/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message