On Mär 28 2021, Julian Braha wrote:

> diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
> index 2779c29d9981..8d53ed423899 100644
> --- a/lib/Kconfig.debug
> +++ b/lib/Kconfig.debug
> @@ -1665,7 +1665,7 @@ config LATENCYTOP
>       depends on DEBUG_KERNEL
>       depends on STACKTRACE_SUPPORT
>       depends on PROC_FS
> -     select FRAME_POINTER if !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM 
> && !ARC && !X86
> +     select FRAME_POINTER if MIPS || PPC || S390 || MICROBLAZE || ARM || ARC 
> || X86

That doesn't look correct.  It reverses the condition without reversing
the result, which means the result is probably the opposite than intended.

The same expression occurs two more times in this file.  Do those need
to be changed as well?

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

Reply via email to