From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] console: allocate ring buffer earlier Date: Sat, 06 Dec 2014 00:05:06 +0000 Message-ID: <54824832.9000607@linaro.org> References: <5481F18C020000780004D535@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Xx2s3-0007Kp-Lg for xen-devel@lists.xenproject.org; Sat, 06 Dec 2014 00:05:11 +0000 Received: by mail-wg0-f49.google.com with SMTP id n12so2144469wgh.8 for ; Fri, 05 Dec 2014 16:05:09 -0800 (PST) In-Reply-To: <5481F18C020000780004D535@mail.emea.novell.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: Jan Beulich , xen-devel Cc: Ian Campbell , Ian Jackson , Daniel Kiper , Keir Fraser , Tim Deegan List-Id: xen-devel@lists.xenproject.org Hi Jan, On 05/12/2014 16:55, Jan Beulich wrote: > I didn't change ARM, as I wasn't sure how far ahead this call could be > pulled. AFAIU, the new function only requires that the page table are setup (because of the alloc_xenheap_pages). So console_init_mem could be called right after console_init_preirq. Regards, -- Julien Grall