Arnd Bergmann
d06eb3ee9b
Xen: do hv callback accounting only on x86
...
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 the call into the
existing #ifdef CONFIG_X86. We may want to later do the same implementation
on ARM that x86 has though.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Xen <xen-devel@lists.xenproject.org>
2014-04-07 14:12:38 +01:00
..
2014-03-13 22:11:39 +01:00
2014-03-31 15:27:37 -07:00
2014-02-26 01:13:15 +01:00
2014-01-30 17:20:32 -08:00
2014-03-31 15:08:51 -07:00
2014-01-31 15:15:13 -08:00
2014-01-30 11:40:10 -08:00
2014-02-14 16:13:00 -08:00
2014-03-08 10:51:30 -08:00
2014-04-01 11:00:07 -07:00
2014-04-01 10:16:10 -07:00
2014-04-01 11:00:07 -07:00
2014-02-11 11:24:49 +11:00
2014-01-29 11:48:23 +01:00
2014-03-01 21:30:43 -06:00
2014-02-25 09:43:13 +01:00
2014-01-17 14:57:29 -07:00
2014-02-20 18:40:07 +09:00
2014-03-08 11:51:13 -08:00
2014-03-31 14:13:25 -07:00
2014-02-25 15:25:43 -08:00
2014-02-05 11:13:59 +01:00
2014-04-01 10:11:21 -07:00
2014-03-17 08:00:50 -07:00
2014-03-05 13:42:14 +01:00
2014-02-18 15:53:49 -08:00
2014-03-24 14:54:21 +01:00
2014-01-28 23:35:09 -08:00
2014-01-24 15:51:02 -08:00
2014-02-18 10:24:49 +00:00
2014-03-09 13:50:14 -07:00
2014-03-30 17:20:40 -07:00
2014-02-25 15:25:42 -08:00
2014-03-31 11:12:57 +02:00
2014-03-18 15:02:57 -04:00
2014-01-28 18:53:01 -08:00
2014-01-27 21:11:26 -08:00
2014-01-23 16:36:53 -08:00
2014-03-12 13:52:00 -04:00
2014-02-04 06:46:10 -02:00
2014-01-23 16:37:04 -08:00
2014-02-10 16:01:40 -08:00
2014-02-21 09:55:32 -08:00
2014-03-10 17:26:19 -07:00
2014-03-29 09:33:03 -04:00
2014-02-27 10:36:50 -08:00
2014-03-31 15:08:51 -07:00
2014-02-21 14:35:05 -08:00
2014-01-20 16:05:23 -08:00
2014-04-01 11:22:57 -07:00
2014-01-22 16:39:28 -08:00
2014-02-18 12:13:16 -08:00
2014-03-09 19:27:31 -07:00
2014-01-29 20:06:01 -08:00
2014-03-31 14:13:25 -07:00
2014-02-14 10:32:28 -08:00
2014-03-07 10:24:48 -05:00
2014-01-15 14:51:22 -08:00
2014-02-26 15:45:12 +01:00
2014-03-04 07:55:49 -08:00
2014-03-04 08:41:42 -08:00
2014-03-04 07:55:48 -08:00
2014-04-01 11:22:57 -07:00
2014-02-20 13:34:11 -05:00
2014-03-31 15:27:37 -07:00
2014-03-07 11:08:13 +08:00
2014-01-30 17:20:32 -08:00
2014-03-31 15:08:51 -07:00
2014-03-06 20:52:11 -08:00
2014-03-03 23:15:57 +08:00
2014-03-31 10:59:39 -07:00
2014-03-31 15:08:51 -07:00
2014-03-04 07:55:47 -08:00
2014-03-28 16:10:35 -04:00
2014-02-14 10:44:52 +02:00
2014-01-22 22:24:35 -08:00
2014-01-23 16:36:55 -08:00
2014-02-07 08:16:14 -08:00
2014-01-23 16:37:04 -08:00
2014-02-21 20:36:46 +01:00
2014-04-07 14:12:38 +01:00