Re: [patch 03/15] x86/entry: Add IRQENTRY_IRQ macro

From: Miroslav Benes
Date: Wed Feb 26 2020 - 10:05:42 EST


>
> +/* Entries for common/spurious (device) interrupts */
> +#define DECLARE_IDTENTRY_IRQ(vector, func) \
> + idtentry_irq vector func
> +

idtentry_irq is defined in the next patch (04/15). Wouldn't it be better
to move it here?

Miroslav