diff options
author | Arnd Bergmann <[email protected]> | 2014-03-25 16:52:25 +0100 |
---|---|---|
committer | David Vrabel <[email protected]> | 2014-04-07 14:12:38 +0100 |
commit | d06eb3ee9b09d753dc0883cc388d9a503839d6ca (patch) | |
tree | 9707d522ba8785dbed2a385b3f9c6883ba67b317 /lib | |
parent | 2c5cb2770392fb9c5d8518688c8bc61986d70dc6 (diff) |
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 <[email protected]>
Signed-off-by: David Vrabel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Xen <[email protected]>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions