]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86/IRQ: reduce unused space in struct arch_irq_desc
authorJan Beulich <JBeulich@suse.com>
Mon, 29 Apr 2019 11:25:49 +0000 (05:25 -0600)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 13 May 2019 09:35:37 +0000 (10:35 +0100)
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/irq.h

index 4b39997f09ea63a21338322d033bbc0d0cdcc66e..ee26e6d5481921487d6b6de498bf55e47717095e 100644 (file)
@@ -35,8 +35,8 @@ struct arch_irq_desc {
         cpumask_var_t cpu_mask;
         cpumask_var_t old_cpu_mask;
         cpumask_var_t pending_mask;
-        unsigned move_cleanup_count;
         vmask_t *used_vectors;
+        unsigned move_cleanup_count;
         u8 move_in_progress : 1;
         s8 used;
 };