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

Magnus Lindholm <[email protected]> Sun, 5 Jul 2026 16:07:15 +0200
Newsgroups org.kernel.vger.linux-alpha,org.kernel.vger.linux-kernel
Message-ID <CA+=Fv5T9Z=T6g_Z6RDh22gxDi5F76K5P7+Bes7L635bg+7zuhw@mail.gmail.com>
>
> >  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