Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 09:58:11 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 exception.s
Message-ID:  <199704131658.JAA14033@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704131658.JAA14033>