aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-04-07 17:50:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-04-07 17:50:18 -0700
commitc8d9762affa0a97e299be2cabfec861515ef1580 (patch)
tree50fdc530c553c6f19983786fc1fd27d9fdd1ba7b /drivers/xen
parentMerge branch 'akpm' (incoming from Andrew) (diff)
parentXen: do hv callback accounting only on x86 (diff)
downloadlinux-dev-c8d9762affa0a97e299be2cabfec861515ef1580.tar.xz
linux-dev-c8d9762affa0a97e299be2cabfec861515ef1580.zip
Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull Xen build fix from David Vrabel: "Fix arm build of drivers/xen/events/ The merge of irq-core-for-linus branch broke it" * tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: Xen: do hv callback accounting only on x86
Diffstat (limited to 'drivers/xen')
-rw-r--r--drivers/xen/events/events_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/events/events_base.c b/drivers/xen/events/events_base.c
index d5a3de88ac59..dfa12a4a0a48 100644
--- a/drivers/xen/events/events_base.c
+++ b/drivers/xen/events/events_base.c
@@ -1248,8 +1248,8 @@ void xen_evtchn_do_upcall(struct pt_regs *regs)
irq_enter();
#ifdef CONFIG_X86
exit_idle();
-#endif
inc_irq_stat(irq_hv_callback_count);
+#endif
__xen_evtchn_do_upcall();