From owner-svn-src-head@FreeBSD.ORG Fri Apr 30 20:13:52 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2314C1065679; Fri, 30 Apr 2010 20:13:52 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-yw0-f183.google.com (mail-yw0-f183.google.com [209.85.211.183]) by mx1.freebsd.org (Postfix) with ESMTP id 8E1A88FC2B; Fri, 30 Apr 2010 20:13:51 +0000 (UTC) Received: by ywh13 with SMTP id 13so269678ywh.8 for ; Fri, 30 Apr 2010 13:13:43 -0700 (PDT) Received: by 10.91.39.4 with SMTP id r4mr730047agj.107.1272658423265; Fri, 30 Apr 2010 13:13:43 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.90.78.2 with HTTP; Fri, 30 Apr 2010 13:13:23 -0700 (PDT) In-Reply-To: <201004301712.o3UHCKvd028285@svn.freebsd.org> References: <201004301712.o3UHCKvd028285@svn.freebsd.org> From: Juli Mallett Date: Fri, 30 Apr 2010 13:13:23 -0700 X-Google-Sender-Auth: c86deca64f35488c Message-ID: To: Randall Stewart Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r207441 - head/sys/mips/mips 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: Fri, 30 Apr 2010 20:13:52 -0000 On Fri, Apr 30, 2010 at 10:12, Randall Stewart wrote: > Author: rrs > Date: Fri Apr 30 17:12:20 2010 > New Revision: 207441 > URL: http://svn.freebsd.org/changeset/base/207441 > > Log: > =A0Bug in the memory mapping module. The wrong > =A0physaddr was being used in the macro (1 should be > =A0used not 2)... > > =A0Obtained from: =A0 =A0 =A0 =A0JC Thanks!