x86/IRQ: move {,_}clear_irq_vector()
authorJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:48:08 +0000 (11:48 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Jul 2019 09:48:08 +0000 (11:48 +0200)
commite5e876f4afb781921f56d3c42812ae1da40a894f
tree24347e3825891556f11a6771fdc3afa44d85c321
parentb31b785dbd82c52f1cb281719b7d0b3ef0eadc05
x86/IRQ: move {,_}clear_irq_vector()

This is largely to drop a forward declaration. There's one functional
change - clear_irq_vector() gets marked __init, as its only caller is
check_timer(). Beyond this only a few stray blanks get removed.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/irq.c