From owner-svn-src-head@FreeBSD.ORG Tue Oct 5 18:44:45 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 6F63D106564A; Tue, 5 Oct 2010 18:44:45 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Tue, 5 Oct 2010 14:44:36 -0400 User-Agent: KMail/1.6.2 References: <201010051838.o95IcODk067055@svn.freebsd.org> In-Reply-To: <201010051838.o95IcODk067055@svn.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201010051444.37992.jkim@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r213458 - in head: sys/compat/x86bios usr.sbin/pw X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2010 18:44:45 -0000 On Tuesday 05 October 2010 02:38 pm, Jung-uk Kim wrote: > Author: jkim > Date: Tue Oct 5 18:38:23 2010 > New Revision: 213458 > URL: http://svn.freebsd.org/changeset/base/213458 > > Log: > Prefer pmap_unmapbios() over pmap_unmapdev(). The binary does > not change after this because pmap_unmapbios() is a macro for > pmap_unmapdev() on amd64. Sorry, I screwed up commit. I'll revert the unrelated patch for pw_user.c. Jung-uk Kim