From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 1/4] xen/domain: Introduce domain_max_vcpus() helper and implement per arch Date: Mon, 19 Jan 2015 12:57:44 +0000 Message-ID: <1421672264.10440.79.camel@citrix.com> References: <1421666496-10676-1-git-send-email-andrew.cooper3@citrix.com> <1421666496-10676-2-git-send-email-andrew.cooper3@citrix.com> <54BCF5A2.5060500@eu.citrix.com> <54BCFE02.4010106@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54BCFE02.4010106@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: Andrew Cooper Cc: Simon Rowe , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-19 at 12:52 +0000, Andrew Cooper wrote: > I considered that but, while there is an asm-x86/domain.h, there is not > an asm-arm/domain.h which would be the logical location for it to live. I think you've just missed it? $ ls -l xen/include/asm-arm/domain.h -rw-rw-r-- 1 ianc xendev 6683 Dec 16 12:39 xen/include/asm-arm/domain.h $ Ian.