From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH V6 07/10] xen/arm: Set 'reg' of cpu node for dom0 to match MPIDR's affinity Date: Fri, 5 Jun 2015 17:13:43 +0100 Message-ID: <1433520823.7108.342.camel@citrix.com> References: <1433163388-16970-1-git-send-email-cbz@baozis.org> <1433163388-16970-8-git-send-email-cbz@baozis.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 1Z0uGe-0004JN-Cm for xen-devel@lists.xenproject.org; Fri, 05 Jun 2015 16:14:48 +0000 In-Reply-To: <1433163388-16970-8-git-send-email-cbz@baozis.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Chen Baozi Cc: Julien Grall , xen-devel@lists.xenproject.org, Chen Baozi List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-01 at 20:56 +0800, Chen Baozi wrote: > + mpidr_aff = vcpuid_to_vaffinity(cpu); > + DPRINT("Create cpu@%lx (logical CPUID: %d) node\n", mpidr_aff, cpu); "PRIx64" again please. I think the hex vs. decimal here is to be expected and ok by the way. With that fixed: Acked-by: Ian Campbell