From owner-cvs-src@FreeBSD.ORG Thu Jun 3 21:03:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6AF116A4CE; Thu, 3 Jun 2004 21:03:26 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B546443D39; Thu, 3 Jun 2004 21:03:26 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5443QsY031235; Thu, 3 Jun 2004 21:03:26 -0700 (PDT) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5443QOZ031234; Thu, 3 Jun 2004 21:03:26 -0700 (PDT) (envelope-from alc) Message-Id: <200406040403.i5443QOZ031234@repoman.freebsd.org> From: Alan Cox Date: Thu, 3 Jun 2004 21:03:26 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_blist.c src/sys/sys blist.h src/sys/vm vm_page.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 04:03:27 -0000 alc 2004/06/03 21:03:26 PDT FreeBSD src repository Modified files: sys/kern subr_blist.c sys/sys blist.h sys/vm vm_page.h Log: Move the definitions of SWAPBLK_NONE and SWAPBLK_MASK from vm_page.h to blist.h, enabling the removal of numerous #includes from subr_blist.c. (subr_blist.c and swap_pager.c are the only users of these definitions.) Revision Changes Path 1.17 +0 -5 src/sys/kern/subr_blist.c 1.8 +8 -0 src/sys/sys/blist.h 1.130 +0 -8 src/sys/vm/vm_page.h