[PATCH] xen/events: Support event channel rebind on ARM

Thomas Gleixner tglx at linutronix.de
Sun Jul 26 01:51:04 PDT 2015


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



More information about the linux-arm-kernel mailing list