From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v1 1/2] arm: Add ability to relocate Xen in over 4GB space Date: Wed, 15 Apr 2015 17:29:38 +0100 Message-ID: <1429115378.25195.11.camel@citrix.com> References: <1428496597-18981-1-git-send-email-oiurii.konovalenko@globallogic.com> <1428496597-18981-2-git-send-email-oiurii.konovalenko@globallogic.com> <552551B9.2040602@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <552551B9.2040602@citrix.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: Julien Grall Cc: Iurii Konovalenko , julien.grall@linaro.org, tim@xen.org, stefano.stabellini@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-04-08 at 17:05 +0100, Julien Grall wrote: > > - /* Setup boot_pgtable: */ > > + /*Skip constructing TLBs for secondary CPUs, use constructed by CPU0*/ > > /* ... */ > > TLBs is confusing. I first though you were talking to Translation > Lookaside Buffer. Was "tbls" (i.e. shortened "tables") what was meant? In which case I'd prefer spelling it out.. Ian.