x86/IRQ: move do_IRQ()
authorJan Beulich <jbeulich@suse.com>
Fri, 27 Dec 2019 08:51:52 +0000 (09:51 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 27 Dec 2019 08:51:52 +0000 (09:51 +0100)
commit160e7544d6cb076418e6a66025879fea23eeb0ac
tree26e55dd74cd85322be8f55be945b4faea38e555a
parent105b06fc7eb13a289462eb9cafdd1370c6f841d8
x86/IRQ: move do_IRQ()

This is to avoid forward declarations of static functions. Beyond the
actual code movement this does
- u8 -> uint8_t,
- convert to Xen style,
- drop unnecessary parentheses and alike,
- strip trailing white space.

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