Re: [Xen-devel] [PATCH] x86/i8259A: don't open-code LEGACY_VECTOR()

2019-12-06 Thread Andrew Cooper
On 06/12/2019 16:10, Jan Beulich wrote: > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH] x86/i8259A: don't open-code LEGACY_VECTOR()

2019-12-06 Thread Jan Beulich
Signed-off-by: Jan Beulich --- a/xen/arch/x86/i8259.c +++ b/xen/arch/x86/i8259.c @@ -347,9 +347,9 @@ void __init init_IRQ(void) if ( irq == 2 ) /* IRQ2 doesn't exist */ continue; desc->handler = &i8259A_irq_type; -per_cpu(vector_irq, cpu)[FIRST_LEGACY_VECTOR