From owner-cvs-all Fri Jul 30 21:19:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 49E531524B; Fri, 30 Jul 1999 21:19:55 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA95679; Fri, 30 Jul 1999 21:19:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199907310419.VAA95679@freefall.freebsd.org> From: Alan Cox Date: Fri, 30 Jul 1999 21:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/07/30 21:19:50 PDT Modified files: sys/vm vm_page.c Log: vm_page_queue_init: Remove the initialization of PQ_NONE's cnt and lcnt. They aren't used. vm_page_insert: Remove an unnecessary dereference. vm_page_wire: Remove the one and only (and thus pointless) reference to PQ_NONE's lcnt. Revision Changes Path 1.135 +4 -9 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message