From owner-cvs-sys Wed Oct 23 19:56:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA02317 for cvs-sys-outgoing; Wed, 23 Oct 1996 19:56:41 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA02296; Wed, 23 Oct 1996 19:56:30 -0700 (PDT) Date: Wed, 23 Oct 1996 19:56:30 -0700 (PDT) From: John Dyson Message-Id: <199610240256.TAA02296@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_mmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/23 19:56:29 Modified: sys/vm vm_mmap.c Log: Remove a bogus optimization in the mmap code. It is superfluous, and at best is the same speed as the unoptimized code. At worst, it slows down trivial programs. Revision Changes Path 1.52 +5 -24 src/sys/vm/vm_mmap.c