Message ID | 5CC6DF3D0200007800229EBF@prv1-mh.provo.novell.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | x86: IRQ management adjustments | expand |
On 29/04/2019 12:25, Jan Beulich wrote: > Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
--- a/xen/include/asm-x86/irq.h +++ b/xen/include/asm-x86/irq.h @@ -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; };
Signed-off-by: Jan Beulich <jbeulich@suse.com>