From owner-cvs-sys Fri Jul 12 00:18:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09825 for cvs-sys-outgoing; Fri, 12 Jul 1996 00:18:22 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09803; Fri, 12 Jul 1996 00:18:14 -0700 (PDT) Date: Fri, 12 Jul 1996 00:18:14 -0700 (PDT) From: Bruce Evans Message-Id: <199607120718.AAA09803@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 bde 96/07/12 00:18:14 Modified: sys/i386/i386 pmap.c Log: Removed "optimization" using gcc's builtin memcpy instead of bcopy. There is little difference now since the amount copied is large, and bcopy will become much faster on some machines. Revision Changes Path 1.109 +2 -5 src/sys/i386/i386/pmap.c