xen/evtchn: Cleanup for virq_is_global() infrastructure
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 21 Jan 2018 17:21:05 +0000 (17:21 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 30 Jan 2018 10:28:59 +0000 (10:28 +0000)
commit474bb2e262b54e32ddb82b226ee1c69b86361930
tree6ccb797616f930131c07d880e7d0e305f4090714
parent1943e8fe359e8b507759acea139e6fc9be241105
xen/evtchn: Cleanup for virq_is_global() infrastructure

Switch it, and the arch infrastructure, to return bool.  Drop the unnecessary
rc variable, and remove a redundant assertion from send_global_virq().

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/event_channel.c
xen/include/asm-arm/event.h
xen/include/asm-x86/event.h