x86/vpt: convert periodic_time fields to bool
authorRoger Pau Monné <roger.pau@citrix.com>
Thu, 5 Jul 2018 13:43:54 +0000 (15:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 5 Jul 2018 13:43:54 +0000 (15:43 +0200)
No functional change.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/hvm/vpt.h

index 0eb5ff632eb6ce38e484f315ad22e1de3e690eb7..f693c0bcf1155e657bc7421071a583d92ea7efbd 100644 (file)
@@ -37,11 +37,11 @@ typedef void time_cb(struct vcpu *v, void *opaque);
 
 struct periodic_time {
     struct list_head list;
-    bool_t on_list;
-    bool_t one_shot;
-    bool_t do_not_freeze;
-    bool_t irq_issued;
-    bool_t warned_timeout_too_short;
+    bool on_list;
+    bool one_shot;
+    bool do_not_freeze;
+    bool irq_issued;
+    bool warned_timeout_too_short;
 #define PTSRC_isa    1 /* ISA time source */
 #define PTSRC_lapic  2 /* LAPIC time source */
 #define PTSRC_ioapic 3 /* IOAPIC time source */