Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread David Vrabel
On 04/04/14 12:41, Julien Grall wrote: > > Linus has merged xen/tip yesterday and building ARM with CONFIG_XEN=y is > now broken. Sorry, I couldn't add this patch to the xen tree at the time since the change was on a different tree and then I forgot about it. Now applied to

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread Julien Grall
On 04/04/2014 12:41 PM, Julien Grall wrote: > Linus has merged xen/tip yesterday and building ARM with CONFIG_XEN=y is > now broken. My mistake, it's not because of xen/tip, but some other branches. -- Julien Grall -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread Julien Grall
Hi, (Adding Ian and Stefano). On 03/25/2014 04:00 PM, Arnd Bergmann wrote: > On Tuesday 25 March 2014 16:52:25 Arnd Bergmann wrote: >> diff --git a/drivers/xen/events/events_base.c >> b/drivers/xen/events/events_base.c >> index 5dd2ddf..8b91c256 100644 >> --- a/drivers/xen/events/events_base.c

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread Julien Grall
Hi, (Adding Ian and Stefano). On 03/25/2014 04:00 PM, Arnd Bergmann wrote: On Tuesday 25 March 2014 16:52:25 Arnd Bergmann wrote: diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c index 5dd2ddf..8b91c256 100644 --- a/drivers/xen/events/events_base.c +++

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread Julien Grall
On 04/04/2014 12:41 PM, Julien Grall wrote: Linus has merged xen/tip yesterday and building ARM with CONFIG_XEN=y is now broken. My mistake, it's not because of xen/tip, but some other branches. -- Julien Grall -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-04-04 Thread David Vrabel
On 04/04/14 12:41, Julien Grall wrote: Linus has merged xen/tip yesterday and building ARM with CONFIG_XEN=y is now broken. Sorry, I couldn't add this patch to the xen tree at the time since the change was on a different tree and then I forgot about it. Now applied to devel/for-linus-3.15.

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-03-25 Thread Arnd Bergmann
On Tuesday 25 March 2014 16:52:25 Arnd Bergmann wrote: > diff --git a/drivers/xen/events/events_base.c > b/drivers/xen/events/events_base.c > index 5dd2ddf..8b91c256 100644 > --- a/drivers/xen/events/events_base.c > +++ b/drivers/xen/events/events_base.c > @@ -1235,6 +1235,7 @@ void

[PATCH] Xen: do hv callback accounting only on x86

2014-03-25 Thread Arnd Bergmann
Patch 99c8b79d3c1 "xen: Add proper irq accounting for HYPERCALL vector" added a call to inc_irq_stat(irq_hv_callback_count) in common Xen code, however both the inc_irq_stat function and the irq_hv_callback_count counter are architecture specific. This makes the code build again on ARM by moving

[PATCH] Xen: do hv callback accounting only on x86

2014-03-25 Thread Arnd Bergmann
Patch 99c8b79d3c1 xen: Add proper irq accounting for HYPERCALL vector added a call to inc_irq_stat(irq_hv_callback_count) in common Xen code, however both the inc_irq_stat function and the irq_hv_callback_count counter are architecture specific. This makes the code build again on ARM by moving

Re: [PATCH] Xen: do hv callback accounting only on x86

2014-03-25 Thread Arnd Bergmann
On Tuesday 25 March 2014 16:52:25 Arnd Bergmann wrote: diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c index 5dd2ddf..8b91c256 100644 --- a/drivers/xen/events/events_base.c +++ b/drivers/xen/events/events_base.c @@ -1235,6 +1235,7 @@ void