From owner-cvs-src-old@FreeBSD.ORG Wed Apr 14 16:32:16 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21E53106564A for ; Wed, 14 Apr 2010 16:32:16 +0000 (UTC) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB7EC8FC12 for ; Wed, 14 Apr 2010 16:32:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3EGWFPT052558 for ; Wed, 14 Apr 2010 16:32:15 GMT (envelope-from alc@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3EGWFaR052557 for cvs-src-old@freebsd.org; Wed, 14 Apr 2010 16:32:15 GMT (envelope-from alc@repoman.freebsd.org) Message-Id: <201004141632.o3EGWFaR052557@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to alc@repoman.freebsd.org using -f From: Alan Cox Date: Wed, 14 Apr 2010 16:31:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/vm vm_contig.c vm_extern.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 16:32:16 -0000 alc 2010-04-14 16:31:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/vm vm_contig.c vm_extern.h Log: SVN rev 206607 on 2010-04-14 16:31:59Z by alc MFC r206409 Introduce the function kmem_alloc_attr(), which allocates kernel virtual memory with the specified physical attributes. Correct an error in the prototype for kmem_malloc(). Revision Changes Path 1.73.2.2 +97 -18 src/sys/vm/vm_contig.c 1.86.2.4 +3 -1 src/sys/vm/vm_extern.h