From owner-cvs-all Sun Feb 14 22:52:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA13536 for cvs-all-outgoing; Sun, 14 Feb 1999 22:52:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA13531; Sun, 14 Feb 1999 22:52:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA32920; Sun, 14 Feb 1999 22:52:18 -0800 (PST) (envelope-from dillon@FreeBSD.org) Date: Sun, 14 Feb 1999 22:52:18 -0800 (PST) Message-Id: <199902150652.WAA32920@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_page.c vm_page.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/02/14 22:52:16 PST Modified files: sys/vm vm_page.c vm_page.h Log: Minor reorganization of vm_page_alloc(). No functional changes have been made but the code has been reorganized and documented to make it more readable, reduce the size of the code, and optimize the branch path caching capabilities that most modern processors have. Revision Changes Path 1.126 +82 -112 src/sys/vm/vm_page.c 1.56 +2 -2 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message