From owner-svn-src-all@freebsd.org Fri Jun 3 14:49:40 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 273EEB68ED6 for ; Fri, 3 Jun 2016 14:49:40 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (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 D14321DB4 for ; Fri, 3 Jun 2016 14:49:39 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 6a735e23-299a-11e6-8929-8ded99d5e9d7 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Fri, 3 Jun 2016 14:49:46 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u53EnabP001039; Fri, 3 Jun 2016 08:49:36 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1464965376.1204.198.camel@freebsd.org> Subject: Re: svn commit: r301220 - in head/sys: arm/mv dev/cesa From: Ian Lepore To: =?iso-8859-2?Q?Micha=B3?= Stanek Cc: John Baldwin , Zbigniew Bodek , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Fri, 03 Jun 2016 08:49:36 -0600 In-Reply-To: References: <201606021831.u52IVb1O006883@repo.freebsd.org> <1464895468.1204.188.camel@freebsd.org> <1946366.I33PJXpI92@ralph.baldwin.cx> <1464903260.1204.191.camel@freebsd.org> Content-Type: text/plain; charset="iso-8859-2" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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, 03 Jun 2016 14:49:40 -0000 On Fri, 2016-06-03 at 16:40 +0200, Micha³ Stanek wrote: > Thanks Ian, here's a patch correcting what you mentioned, please > check if > it's OK. > > Best regards, > Michal Stanek > That looks good, thanks. (It's unfortunate that pmap_unmapdev() takes a different datatype for the va than pmap_mapdev() returns, but that's a multi-platform mess that's hard to fix now.) -- Ian