From owner-cvs-sys Mon May 20 17:39:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA04026 for cvs-sys-outgoing; Mon, 20 May 1996 17:39:48 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA04010; Mon, 20 May 1996 17:39:41 -0700 (PDT) Date: Mon, 20 May 1996 17:39:41 -0700 (PDT) From: John Dyson Message-Id: <199605210039.RAA04010@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/05/20 17:39:40 Modified: sys/i386/i386 pmap.c Log: To quote Stephen McKay: pmap_copy is a complex NOP at this moment :-). With this fix from Stephen, we are getting the target fork performance that I have been trying to attain: P5-166, before the mega-commit: 700-800usecs, after: 600usecs, with Stephen's fix: 500usecs!!! Also, this could be the solution of some strange panic problems... Reviewed by: dyson@freebsd.org Submitted by: Stephen McKay Revision Changes Path 1.92 +2 -2 src/sys/i386/i386/pmap.c