Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758906Ab3EBKyZ (ORCPT ); Thu, 2 May 2013 06:54:25 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:53052 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758470Ab3EBKyV (ORCPT ); Thu, 2 May 2013 06:54:21 -0400 X-IronPort-AV: E=Sophos;i="4.87,595,1363132800"; d="scan'208";a="21770145" Date: Thu, 2 May 2013 11:54:16 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball.uk.xensource.com To: Ian Campbell CC: Stefano Stabellini , "xen-devel@lists.xensource.com" , "marc.zyngier@arm.com" , "konrad.wilk@oracle.com" , "will.deacon@arm.com" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [Xen-devel] [PATCH 3/3] xen/arm: account for stolen ticks In-Reply-To: <1367491708.21869.77.camel@zakaz.uk.xensource.com> Message-ID: References: <1367436460-10183-3-git-send-email-stefano.stabellini@eu.citrix.com> <1367482862.21869.28.camel@zakaz.uk.xensource.com> <1367491708.21869.77.camel@zakaz.uk.xensource.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1911 Lines: 51 On Thu, 2 May 2013, Ian Campbell wrote: > On Thu, 2013-05-02 at 11:38 +0100, Stefano Stabellini wrote: > > On Thu, 2 May 2013, Ian Campbell wrote: > > > On Wed, 2013-05-01 at 20:27 +0100, Stefano Stabellini wrote: > > > > diff --git a/arch/arm/xen/enlighten.c b/arch/arm/xen/enlighten.c > > > > index d30042e..8f040a0 100644 > > > > --- a/arch/arm/xen/enlighten.c > > > > +++ b/arch/arm/xen/enlighten.c > > > > @@ -14,6 +14,7 @@ > > > > #include > > > > #include > > > > #include > > > > +#include > > > > #include > > > > #include > > > > #include > > > > @@ -172,6 +173,8 @@ static int __init xen_secondary_init(unsigned int cpu) > > > > later ones fail to. */ > > > > per_cpu(xen_vcpu, cpu) = vcpup; > > > > } > > > > + > > > > + xen_setup_runstate_info(cpu); > > > > > > Is this called for the boot processor too? > > > > Yep. > > > > > (do you have a linux-next branch where I can easily find the baseline > > > for this series?) > > > > git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git lost_ticks_1 > > Is that your Xen tree, I was after the Linux one... nope, that's my Linux tree disguised as a Xen tree to confuse the maintainers ;-) > > It's based on my 3.9-rc3-smp-6 branch currently in linux-next (that is > > based on 3.9-rc3). > > However lost_ticks_1 is not in linux-next yet. > > Which branch is in Linux next? It doesn't seem to be your linux-next > (last commit 2011). that would be linux-next from git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/