linux-hexagon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masahiro Yamada <masahiroy@kernel.org>, linux-kbuild@vger.kernel.org
Cc: Brian Cain <bcain@quicinc.com>,
	linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it
Date: Thu, 15 Feb 2024 09:03:58 -0800	[thread overview]
Message-ID: <d8378775-5251-4724-a20d-b949ef42d23f@infradead.org> (raw)
In-Reply-To: <20240215140819.1910705-1-masahiroy@kernel.org>



On 2/15/24 06:08, Masahiro Yamada wrote:
> Select GENERIC_IRQ_PROBE, as the other architectures do.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>


Thanks.

> ---
> 
>  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
>  

-- 
#Randy

  reply	other threads:[~2024-02-15 17:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-15 14:08 [PATCH] hexagon: select GENERIC_IRQ_PROBE instead of redefining it Masahiro Yamada
2024-02-15 17:03 ` Randy Dunlap [this message]
2024-02-15 19:12 ` Brian Cain
2024-02-16  2:03   ` Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d8378775-5251-4724-a20d-b949ef42d23f@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=bcain@quicinc.com \
    --cc=linux-hexagon@vger.kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).