From owner-p4-projects Sat Sep 21 3:27:35 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 960D937B404; Sat, 21 Sep 2002 03:27:32 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48D9237B401 for ; Sat, 21 Sep 2002 03:27:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0739B43E3B for ; Sat, 21 Sep 2002 03:27:32 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8LARVCo027574 for ; Sat, 21 Sep 2002 03:27:31 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8LARV58027571 for perforce@freebsd.org; Sat, 21 Sep 2002 03:27:31 -0700 (PDT) Date: Sat, 21 Sep 2002 03:27:31 -0700 (PDT) Message-Id: <200209211027.g8LARV58027571@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 17851 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17851 Change 17851 by peter@peter_overcee on 2002/09/21 03:27:15 nuke tf_isp, it wasn't worth a lot. Affected files ... .. //depot/projects/hammer/sys/x86_64/include/reg.h#2 edit .. //depot/projects/hammer/sys/x86_64/include/signal.h#3 edit .. //depot/projects/hammer/sys/x86_64/include/ucontext.h#2 edit .. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#17 edit Differences ... ==== //depot/projects/hammer/sys/x86_64/include/reg.h#2 (text+ko) ==== @@ -88,7 +88,6 @@ unsigned int r_edi; unsigned int r_esi; unsigned int r_ebp; - unsigned int r_isp; unsigned int r_ebx; unsigned int r_edx; unsigned int r_ecx; ==== //depot/projects/hammer/sys/x86_64/include/signal.h#3 (text+ko) ==== @@ -77,7 +77,6 @@ int sc_edi; int sc_esi; int sc_ebp; - int sc_isp; int sc_ebx; int sc_edx; int sc_ecx; ==== //depot/projects/hammer/sys/x86_64/include/ucontext.h#2 (text+ko) ==== @@ -45,7 +45,6 @@ int mc_edi; int mc_esi; int mc_ebp; - int mc_isp; int mc_ebx; int mc_edx; int mc_ecx; ==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#17 (text+ko) ==== @@ -1502,7 +1502,6 @@ mcp->mc_edi = tp->tf_edi; mcp->mc_esi = tp->tf_esi; mcp->mc_ebp = tp->tf_ebp; - mcp->mc_isp = tp->tf_isp; mcp->mc_ebx = tp->tf_ebx; mcp->mc_edx = tp->tf_edx; mcp->mc_ecx = tp->tf_ecx; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message