Re: [PATCH v3 8/8] alpha: enable GENERIC_ENTRY and GENERIC_IRQ_ENTRY

From: Magnus Lindholm

Date: Sun Jul 05 2026 - 10:07:34 EST


>
> > config ALPHA
> > bool
> > default y
> > + select GENERIC_IRQ_ENTRY
> > + select GENERIC_ENTRY
> > + select HAVE_SYSCALL_TRACEPOINTS
> > select ARCH_32BIT_USTAT_F_TINODE
>
> Hi Magnus,
>
> Selecting GENERIC_IRQ_ENTRY is unnecessary here since you're already
> selecting GENERIC_ENTRY.
>

Hi Julian,

Thanks for spotting that. You're right, the explicit GENERIC_IRQ_ENTRY select
is redundant since GENERIC_ENTRY already selects it. I've dropped it from the
next version.

Thanks,
Magnus