Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 1998 20:34:40 -0700 (PDT)
From:      Tor Egge <tegge@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 vm_machdep.c
Message-ID:  <199809280334.UAA20758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tegge       1998/09/27 20:34:40 PDT

  Modified files:
    sys/i386/i386        vm_machdep.c 
  Log:
  Initialize pcb_mpnest to 1 in the child process in cpu_fork().  This should
  fix the 50% idle problem that the ELF /sbin/init triggered.  The problem
  appeared when the last context switch before a fork() call was due to
  the kernel faulting in user pages via normal page faults (e.g. copyin).
  Reviewed by:	Peter Wemm <peter@netplex.com.au>
  
  Revision  Changes    Path
  1.111     +4 -1      src/sys/i386/i386/vm_machdep.c



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