mbox series

[v2,0/2] xen: Replace uses of TRUE/FALSE

Message ID 20210811123135.18195-1-kevin.stefanov@citrix.com (mailing list archive)
Headers show
Series xen: Replace uses of TRUE/FALSE | expand

Message

Kevin Stefanov Aug. 11, 2021, 12:31 p.m. UTC
Kevin Stefanov (2):
  xen/kexec: Remove use of TRUE/FALSE
  x86/ioapic: Remove use of TRUE/FALSE/1/0

 xen/arch/x86/io_apic.c                 | 38 +++++++++++++-------------
 xen/common/kexec.c                     |  6 ++--
 xen/drivers/passthrough/vtd/intremap.c |  6 ++--
 xen/drivers/passthrough/vtd/utils.c    |  2 +-
 xen/include/xen/kexec.h                |  4 +--
 5 files changed, 28 insertions(+), 28 deletions(-)