evtchn: convert evtchn_port_is_*() to plain bool
authorJan Beulich <jbeulich@suse.com>
Thu, 22 Jun 2017 07:50:47 +0000 (09:50 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 22 Jun 2017 07:50:47 +0000 (09:50 +0200)
commitc02edc7f28661858257efcc4a752eb150a055f9c
treef49135f2189ba1b5cc7eb07ee2a917b36a003a56
parente42c68e8b542ddbc315e9ab61d5d1ef8cc5b1b1b
evtchn: convert evtchn_port_is_*() to plain bool

... at once reducing overall source size by combining some statements
and constifying a few pointers.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/event_2l.c
xen/common/event_fifo.c
xen/include/xen/event.h