All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"
@ 2022-06-29  8:06 sunying
  2022-06-30 13:53 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: sunying @ 2022-06-29  8:06 UTC (permalink / raw)
  To: monstr; +Cc: linux-kernel, Ying Sun

From: Ying Sun <sunying@nj.iscas.ac.cn>

The "CONFIG_HANDLE_DOMAIN_IRQ" item has not been used right now.
Remove the old unused selection in config MICROBLAZE.

Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn>
---
 arch/microblaze/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index 8cf429ad1c84..ed9ce6117263 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -45,7 +45,6 @@ config MICROBLAZE
 	select ZONE_DMA
 	select TRACE_IRQFLAGS_SUPPORT
 	select GENERIC_IRQ_MULTI_HANDLER
-	select HANDLE_DOMAIN_IRQ
 
 # Endianness selection
 choice
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"
  2022-06-29  8:06 [PATCH] arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ" sunying
@ 2022-06-30 13:53 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2022-06-30 13:53 UTC (permalink / raw)
  To: sunying; +Cc: linux-kernel



On 6/29/22 10:06, sunying@nj.iscas.ac.cn wrote:
> From: Ying Sun <sunying@nj.iscas.ac.cn>
> 
> The "CONFIG_HANDLE_DOMAIN_IRQ" item has not been used right now.
> Remove the old unused selection in config MICROBLAZE.
> 
> Signed-off-by: Ying Sun <sunying@nj.iscas.ac.cn>
> ---
>   arch/microblaze/Kconfig | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
> index 8cf429ad1c84..ed9ce6117263 100644
> --- a/arch/microblaze/Kconfig
> +++ b/arch/microblaze/Kconfig
> @@ -45,7 +45,6 @@ config MICROBLAZE
>   	select ZONE_DMA
>   	select TRACE_IRQFLAGS_SUPPORT
>   	select GENERIC_IRQ_MULTI_HANDLER
> -	select HANDLE_DOMAIN_IRQ
>   
>   # Endianness selection
>   choice

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal SoCs


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-30 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  8:06 [PATCH] arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ" sunying
2022-06-30 13:53 ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.