From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations Date: Wed, 9 Aug 2017 14:05:17 -0700 Message-ID: <20170809210517.GE3934@atomide.com> References: <20170805205222.19868-1-ard.biesheuvel@linaro.org> <20170805205222.19868-13-ard.biesheuvel@linaro.org> <20170809190556.GD3934@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-arm-kernel@lists.infradead.org" , linux-renesas-soc@vger.kernel.org, Russell King , "linux-omap@vger.kernel.org" , KVM devel mailing list , "kvmarm@lists.cs.columbia.edu" , Krzysztof Kozlowski , Jason Cooper , arm@kernel.org, Andrew Lunn , Gregory CLEMENT , Sebastian Hesselbarth , baohua@kernel.org, Simon Horman , Magnus Damm , vireshk@kernel.org, Shiraz Hashim , Patrice CHOTARD , "nico@linaro.o To: Ard Biesheuvel Return-path: Received: from muru.com ([72.249.23.125]:57240 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdHIVFW (ORCPT ); Wed, 9 Aug 2017 17:05:22 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: * Ard Biesheuvel [170809 12:24]: > On 9 August 2017 at 20:05, Tony Lindgren wrote: > > * Ard Biesheuvel [170805 13:54]: > >> This replaces a couple of open coded calculations to obtain the > >> physical address of a far symbol with calls to the new adr_l etc > >> macros. > > > > I gave this series a quick test and omap3 no longer boots it seems. > > > > Thanks Tony. I will investigate Thanks. Looks like omap4 still boots with all your patches, but omap3 won't boot even with patch 12 left out. Regards, Tony