Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+1 -1
+1 -1
drivers/xen/events/events_base.c
··· 1248 1248 irq_enter(); 1249 1249 #ifdef CONFIG_X86 1250 1250 exit_idle(); 1251 - #endif 1252 1251 inc_irq_stat(irq_hv_callback_count); 1252 + #endif 1253 1253 1254 1254 __xen_evtchn_do_upcall(); 1255 1255