From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [PATCH 03/14] xen events: xen_callback_vector is x86 specific Date: Fri, 5 Oct 2012 11:40:06 -0700 Message-ID: <20121005114006.55115cca@mantra.us.oracle.com> References: <1349363496.866.49.camel@zakaz.uk.xensource.com> <1349363515-26190-3-git-send-email-ian.campbell@citrix.com> <1349437645.20946.74.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1349437645.20946.74.camel@zakaz.uk.xensource.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: Konrad Rzeszutek Wilk , "xen-devel@lists.xen.org" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Fri, 5 Oct 2012 12:47:25 +0100 Ian Campbell wrote: > On Fri, 2012-10-05 at 12:43 +0100, Stefano Stabellini wrote: > > On Thu, 4 Oct 2012, Ian Campbell wrote: > > > Signed-off-by: Ian Campbell > > > --- > > > Should instead move somewhere arch specific? > > > > This shouldn't be needed: it should be already protected by > > CONFIG_XEN_PVHVM (that is x86 specific). > > Mukesh removed that ifdef because PVH also wants this function. > I'm putting #ifdef CONFIG_X86 around it.