Re: [PATCH] m68k: Use macro to generate 68000 interrupt entry sleds

From: Daniel Palmer
Date: Sun Jan 07 2024 - 08:18:19 EST


Hi me,

On Sun, 7 Jan 2024 at 10:42, Daniel Palmer <daniel@xxxxxxxx> wrote:
<snip>
>
> --- a/arch/m68k/68000/ints.c
> +++ b/arch/m68k/68000/ints.c
> +asmlinkage irqreturn_t inthandler65(void);
> +asmlinkage irqreturn_t inthandler66(void);
> +asmlinkage irqreturn_t inthandler67(void);
> +asmlinkage irqreturn_t inthandler68(void);
> +asmlinkage irqreturn_t inthandler69(void);
> +asmlinkage irqreturn_t inthandler70(void);
> +asmlinkage irqreturn_t inthandler71(void);
>
> /* The 68k family did not have a good way to determine the source
> * of interrupts until later in the family. The EC000 core does
> --
> 2.43.0

There is a missing part of this that updates the symbols used when
populating the vector table that I missed when splitting this patch
out.
This will currently cause a build break that I didn't notice because
the change is actually in my tree.
I'll send a v2 if the general idea is ok.

Cheers,

Daniel