From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH 1/4] xen/domain: Introduce domain_max_vcpus() helper and implement per arch Date: Mon, 19 Jan 2015 12:59:46 +0000 Message-ID: <54BCFFC2.8080606@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> <1421672264.10440.79.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1421672264.10440.79.camel@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: Ian Campbell Cc: Simon Rowe , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 19/01/15 12:57, Ian Campbell wrote: > 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. > D'oh - of course. It was cscope which told me there wasn't one. (I really should learn - this isn't the first time) ~Andrew