[PATCH] asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.

Thomas Gleixner tglx at linutronix.de
Wed Aug 10 01:06:11 PDT 2022


On Tue, Aug 09 2022 at 17:57, Sebastian Andrzej Siewior wrote:
>  
> +config SOFTIRQ_ON_OWN_STACK
> +	def_bool !PREEMPT_RT
> +	depends on HAVE_SOFTIRQ_ON_OWN_STACK

        def_bool !PREEMPT_RT && HAVE_SOFTIRQ_ON_OWN_STACK

No?



More information about the linux-arm-kernel mailing list