From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH V3 13/41] xen/arm: Remove early_ioremap Date: Fri, 10 May 2013 13:35:09 +0100 Message-ID: <518CE97D.6080603@linaro.org> References: <1368152307-598-1-git-send-email-julien.grall@linaro.org> <1368152307-598-14-git-send-email-julien.grall@linaro.org> <1368177707.27857.32.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1368177707.27857.32.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Stefano Stabellini , "patches@linaro.org" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 05/10/2013 10:21 AM, Ian Campbell wrote: > On Fri, 2013-05-10 at 03:17 +0100, Julien Grall wrote: >> In the commit "xen/arm: Introduce ioremap_attr", vamp initialization has been >> moved earlier in the boot process. > > Any reason not to make that move as part of this change? No. I will merge with the previous patch. > This pushes vm_init before a whole bunch of other setup -- has this been > checked for safety? I didn't find any reason to not move vm_init. It only relies on memory, which is initialized by setup_mm. -- Julien