From owner-cvs-sys Thu Apr 18 18:26:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA22069 for cvs-sys-outgoing; Thu, 18 Apr 1996 18:26:26 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA22063 Thu, 18 Apr 1996 18:26:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id SAA08890; Thu, 18 Apr 1996 18:26:18 -0700 (PDT) Message-Id: <199604190126.SAA08890@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c src/sys/i386/include pcb.h src/sys/i386/isa wd.c In-reply-to: Your message of "Thu, 18 Apr 1996 14:37:51 PDT." <199604182137.OAA10810@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 18 Apr 1996 18:26:18 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >phk 96/04/18 14:37:49 > > Modified: sys/i386/i386 swtch.s vm_machdep.c > sys/i386/include pcb.h > Log: > Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, > they shouldn't. Oh? Why shouldn't they? The code as it was written looks correct to me (I wrote it, so this shouldn't be too surprising :-)). -DG David Greenman Core-team/Principal Architect, The FreeBSD Project