From owner-svn-src-projects@FreeBSD.ORG Wed Jun 25 08:51:16 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6057369; Wed, 25 Jun 2014 08:51:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C37112B93; Wed, 25 Jun 2014 08:51:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P8pGH9089747; Wed, 25 Jun 2014 08:51:16 GMT (envelope-from cherry@svn.freebsd.org) Received: (from cherry@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5P8pGM3089746; Wed, 25 Jun 2014 08:51:16 GMT (envelope-from cherry@svn.freebsd.org) Message-Id: <201406250851.s5P8pGM3089746@svn.freebsd.org> From: "Cherry G. Mathew" Date: Wed, 25 Jun 2014 08:51:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r267856 - projects/amd64_xen_pv/sys/amd64/include X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 08:51:16 -0000 Author: cherry Date: Wed Jun 25 08:51:16 2014 New Revision: 267856 URL: http://svnweb.freebsd.org/changeset/base/267856 Log: Update remove comment about resected private allocator. Approved by: gibbs (implicit) Modified: projects/amd64_xen_pv/sys/amd64/include/vmparam.h Modified: projects/amd64_xen_pv/sys/amd64/include/vmparam.h ============================================================================== --- projects/amd64_xen_pv/sys/amd64/include/vmparam.h Wed Jun 25 08:45:35 2014 (r267855) +++ projects/amd64_xen_pv/sys/amd64/include/vmparam.h Wed Jun 25 08:51:16 2014 (r267856) @@ -73,8 +73,6 @@ * We provide a machine specific single page allocator through the use * of the direct mapped segment. This uses 2MB pages for reduced * TLB pressure. - * Note: XEN does not use this as kmem_alloc() is functional via its - * own boot time mapped backend allocator. */ #define UMA_MD_SMALL_ALLOC