[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNATt+0nBzO+UBOZhdkjmyYyzgU+VfG4eNxMCYvFmB-z2Sw@mail.gmail.com>
Date: Fri, 16 Feb 2024 11:03:16 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Brian Cain <bcain@...cinc.com>
Cc: "linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
"linux-hexagon@...r.kernel.org" <linux-hexagon@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
On Fri, Feb 16, 2024 at 4:12 AM Brian Cain <bcain@...cinc.com> wrote:
>
>
>
> > -----Original Message-----
> > From: Masahiro Yamada <masahiroy@...nel.org>
> > Sent: Thursday, February 15, 2024 8:08 AM
> > To: linux-kbuild@...r.kernel.org
> > Cc: Masahiro Yamada <masahiroy@...nel.org>; Brian Cain
> > <bcain@...cinc.com>; linux-hexagon@...r.kernel.org; linux-
> > kernel@...r.kernel.org
> > Subject: [PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
> >
> > WARNING: This email originated from outside of Qualcomm. Please be wary of
> > any links or attachments, and do not enable macros.
> >
> > Select GENERIC_IRQ_PROBE, as the other architectures do.
> >
> > Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> > ---
> >
> > arch/hexagon/Kconfig | 4 +---
> > 1 file changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
> > index e922026fef09..a8dd2501f39f 100644
> > --- a/arch/hexagon/Kconfig
> > +++ b/arch/hexagon/Kconfig
> > @@ -21,6 +21,7 @@ config HEXAGON
> > select HAVE_PERF_EVENTS
> > # GENERIC_ALLOCATOR is used by dma_alloc_coherent()
> > select GENERIC_ALLOCATOR
> > + select GENERIC_IRQ_PROBE
> > select GENERIC_IRQ_SHOW
> > select HAVE_ARCH_KGDB
> > select HAVE_ARCH_TRACEHOOK
> > @@ -60,9 +61,6 @@ config GENERIC_CSUM
> > #
> > # Use the generic interrupt handling code in kernel/irq/:
> > #
> > -config GENERIC_IRQ_PROBE
> > - def_bool y
> > -
> > config GENERIC_HWEIGHT
> > def_bool y
> >
> > --
> > 2.40.1
>
> Acked-by: Brian Cain <bcain@...cinc.com>
>
Thanks for the ack.
I will also delete the comment lines above:
#
# Use the generic interrupt handling code in kernel/irq/:
#
BTW, the reason why I submitted this to linux-kbuild ML
is I did not see any hexagon pull requests
in the past few years.
(I am doing the same for sparc, alpha as well)
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists