From owner-cvs-sys Sun Apr 13 09:58:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14051 for cvs-sys-outgoing; Sun, 13 Apr 1997 09:58:15 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14033; Sun, 13 Apr 1997 09:58:11 -0700 (PDT) Date: Sun, 13 Apr 1997 09:58:11 -0700 (PDT) From: Bruce Evans Message-Id: <199704131658.JAA14033@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/04/13 09:58:10 Modified: sys/i386/i386 exception.s Log: Don't forget to set `runtime' in fork_trampoline(). The time slice before switching to a child for the first time was being counted twice. I think this only affected unimportant statistics. Simplified arg handling in fork_trampoline(). splz() doesn't actually smash the registers of interest. Revision Changes Path 1.24 +7 -7 src/sys/i386/i386/exception.s