From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] xen/arm: Implement MPIDR per VCPU Date: Thu, 13 Jun 2013 16:14:49 +0100 Message-ID: <51B9E1E9.8040307@linaro.org> References: <1370605083-15747-1-git-send-email-julien.grall@linaro.org> <1371135553.6955.1.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: <1371135553.6955.1.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: patches@linaro.org, stefano.stabellini@citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 06/13/2013 03:59 PM, Ian Campbell wrote: > On Fri, 2013-06-07 at 12:38 +0100, Julien Grall wrote: >> Use different affinity for each VCPU and always expose an SMP systems to >> the guest. > > What is the bad effect of not doing this for 4.3? Does it fix an > observable bug? I didn't notice a specific bug, Linux uses the MPDIR mainly for optimizing scheduling. Unlike Xen, Linux doesn't use it to know which CPU is booting so we can defer it. -- Julien