From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 0/2] xen/arm: vcpu_yield on WFE Date: Wed, 23 Jul 2014 17:11:37 +0100 Message-ID: <53CFDEB9.5010007@linaro.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1X9z8p-0000R2-EZ for xen-devel@lists.xenproject.org; Wed, 23 Jul 2014 16:11:43 +0000 Received: by mail-wg0-f47.google.com with SMTP id b13so1406559wgh.6 for ; Wed, 23 Jul 2014 09:11:41 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini , xen-devel@lists.xenproject.org Cc: Ian Campbell , anup.patel@linaro.org, pranavkumar@linaro.org List-Id: xen-devel@lists.xenproject.org On 07/23/2014 02:35 PM, Stefano Stabellini wrote: > Hi all, Hi Stefano, > the patches should be self-explanatory. I gave a try of this series on midway and hackbench get stuck after few minutes. FYI, I'm not able to reproduce on our local midway node. Regards, > Changes in v2: > - do not change parameters and return value of do_yield. > > > Stefano Stabellini (2): > xen: export do_yield as vcpu_yield > xen/arm: call vcpu_yield on WFE trap > > xen/arch/arm/traps.c | 2 +- > xen/common/schedule.c | 6 +++--- > xen/include/xen/sched.h | 1 + > 3 files changed, 5 insertions(+), 4 deletions(-) > -- Julien Grall