From owner-svn-src-all@FreeBSD.ORG Fri Oct 1 16:10:12 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E950106566C; Fri, 1 Oct 2010 16:10:12 +0000 (UTC) (envelope-from alc@rice.edu) Received: from mh7.mail.rice.edu (mh7.mail.rice.edu [128.42.199.46]) by mx1.freebsd.org (Postfix) with ESMTP id 357098FC1A; Fri, 1 Oct 2010 16:10:11 +0000 (UTC) Received: from mh7.mail.rice.edu (localhost.localdomain [127.0.0.1]) by mh7.mail.rice.edu (Postfix) with ESMTP id 614B828F717; Fri, 1 Oct 2010 11:10:10 -0500 (CDT) X-Virus-Scanned: by amavis-2.6.4 at mh7.mail.rice.edu, auth channel Received: from mh7.mail.rice.edu ([127.0.0.1]) by mh7.mail.rice.edu (mh7.mail.rice.edu [127.0.0.1]) (amavis, port 10026) with ESMTP id q5poTo+rUyPj; Fri, 1 Oct 2010 11:10:10 -0500 (CDT) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh7.mail.rice.edu (Postfix) with ESMTPSA id 7913728F76E; Fri, 1 Oct 2010 11:10:09 -0500 (CDT) Message-ID: <4CA607E0.7030608@rice.edu> Date: Fri, 01 Oct 2010 11:10:08 -0500 From: Alan Cox User-Agent: Thunderbird 2.0.0.24 (X11/20100725) MIME-Version: 1.0 To: Nathan Whitehorn References: <201009301814.o8UIECsK077343@svn.freebsd.org> In-Reply-To: <201009301814.o8UIECsK077343@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213307 - in head/sys/powerpc: aim include powerpc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 16:10:12 -0000 Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Thu Sep 30 18:14:12 2010 > New Revision: 213307 > URL: http://svn.freebsd.org/changeset/base/213307 > > Log: > Add support for memory attributes (pmap_mapdev_attr() and friends) on > PowerPC/AIM. This is currently stubbed out on Book-E, since I have no > idea how to implement it there. > It's nice to see vm_memattr* being fully supported on a non-x86 platform. Kudos. Alan