Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755141AbbGZIv2 (ORCPT ); Sun, 26 Jul 2015 04:51:28 -0400 Received: from www.linutronix.de ([62.245.132.108]:52974 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426AbbGZIv1 (ORCPT ); Sun, 26 Jul 2015 04:51:27 -0400 Date: Sun, 26 Jul 2015 10:51:04 +0200 (CEST) From: Thomas Gleixner To: Julien Grall cc: xen-devel@lists.xenproject.org, linux-arm-kernel@lists.infradead.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, linux-kernel@vger.kernel.org, Catalin Marinas , Will Deacon , Konrad Rzeszutek Wilk , Boris Ostrovsky , David Vrabel , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org Subject: Re: [PATCH] xen/events: Support event channel rebind on ARM In-Reply-To: <1437845664-32098-1-git-send-email-julien.grall@citrix.com> Message-ID: References: <1437845664-32098-1-git-send-email-julien.grall@citrix.com> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 551 Lines: 18 On Sat, 25 Jul 2015, Julien Grall wrote: > +/* > + * Events delivered via platform PCI interrupts are always > + * routed to vcpu 0 and hence cannot be rebound. > + */ > +#define xen_support_evtchn_rebind() \ > + (!xen_hvm_domain() || xen_have_vector_callback) Make this an inline please. Thanks, tglx -- 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/