From owner-cvs-src@FreeBSD.ORG Tue May 30 14:23:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89D0F16A4C2; Tue, 30 May 2006 14:23:56 +0000 (UTC) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F9FA43D4C; Tue, 30 May 2006 14:23:54 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.6/8.13.4) with ESMTP id k4UEuxe0084470; Tue, 30 May 2006 16:57:00 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.13.6/8.13.4/Submit) id k4UEuxxe084469; Tue, 30 May 2006 16:56:59 +0200 (CEST) (envelope-from doginou) Date: Tue, 30 May 2006 16:56:59 +0200 From: Olivier Houchard To: Benno Rice Message-ID: <20060530145659.GA84456@ci0.org> References: <200605301421.k4UEL9DN005462@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605301421.k4UEL9DN005462@repoman.freebsd.org> User-Agent: Mutt/1.4.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/arm/arm pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 14:24:03 -0000 On Tue, May 30, 2006 at 02:21:09PM +0000, Benno Rice wrote: > benno 2006-05-30 14:21:09 UTC > > FreeBSD src repository > > Modified files: > sys/arm/arm pmap.c > Log: > In pmap_mapdev we correctly round the address off to the nearest page > boundary, but we must also add the offset back on to the va we return. > > Revision Changes Path > 1.48 +1 -1 src/sys/arm/arm/pmap.c Pointy hat to: cognet Thanks for fixing this ! Olivier