From owner-cvs-src@FreeBSD.ORG Fri Dec 21 10:34:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E5FC16A501; Fri, 21 Dec 2007 10:34:03 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id EDEB813C457; Fri, 21 Dec 2007 10:34:02 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 7D51166AD6A; Fri, 21 Dec 2007 11:34:00 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Aq-IbYcrbwE7; Fri, 21 Dec 2007 11:33:59 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 70D6F66AD38; Fri, 21 Dec 2007 11:33:59 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id lBLAXxa7096976; Fri, 21 Dec 2007 11:33:59 +0100 (CET) (envelope-from rdivacky) Date: Fri, 21 Dec 2007 11:33:59 +0100 From: Roman Divacky To: Alan Cox Message-ID: <20071221103359.GA96958@freebsd.org> References: <200712202245.lBKMjt7H092002@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200712202245.lBKMjt7H092002@repoman.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_page.c vm_phys.c vm_phys.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Dec 2007 10:34:03 -0000 On Thu, Dec 20, 2007 at 10:45:55PM +0000, Alan Cox wrote: > alc 2007-12-20 22:45:54 UTC > > FreeBSD src repository > > Modified files: > sys/vm vm_page.c vm_phys.c vm_phys.h > Log: > Modify vm_phys_unfree_page() so that it no longer requires the given > page to be in the free lists. Instead, it now returns TRUE if it > removed the page from the free lists and FALSE if the page was not > in the free lists. > > This change is required to support superpage reservations. Specifically, does it mean that superpages are finally coming?