Re: [patch V9 21/39] x86/irq: Convey vector as argument and not in ptregs

From: Thomas Gleixner
Date: Tue Aug 25 2020 - 21:11:44 EST


On Tue, Aug 25 2020 at 16:41, Andy Lutomirski wrote:
> How about this:
>
> void irq_complete_move(struct irq_cfg *cfg)
> {
> __irq_complete_move(cfg, ~get_irq_regs()->orig_ax);
> }
>
> in arch/x86/kernel/apic/vector.c.

Duh....