[PATCH] arm64: add HAVE_LATENCYTOP_SUPPORT config

Heiko Carstens heiko.carstens at de.ibm.com
Tue Nov 10 03:34:08 PST 2015


> From: Will Deacon <will.deacon at arm.com>
> Date: Tue, 10 Nov 2015 11:10:04 +0000
> Subject: [PATCH] Kconfig: remove HAVE_LATENCYTOP_SUPPORT
> 
> As illustrated by a3afe70b83fd ("[S390] latencytop s390 support."),
> HAVE_LATENCYTOP_SUPPORT is defined by an architecture to advertise an
> implementation of save_stack_trace_tsk.
> 
> However, as of 9212ddb5eada ("stacktrace: provide save_stack_trace_tsk()
> weak alias") a dummy implementation is provided if STACKTRACE=y.
> Given that LATENCYTOP already depends on STACKTRACE_SUPPORT and selects
> STACKTRACE, we can remove HAVE_LATENCYTOP_SUPPORT altogether.
> 
> Signed-off-by: Will Deacon <will.deacon at arm.com>
> ---
>  arch/arc/Kconfig        | 3 ---
>  arch/arm/Kconfig        | 5 -----
>  arch/metag/Kconfig      | 3 ---
>  arch/microblaze/Kconfig | 3 ---
>  arch/parisc/Kconfig     | 3 ---
>  arch/powerpc/Kconfig    | 3 ---
>  arch/s390/Kconfig       | 3 ---
>  arch/sh/Kconfig         | 3 ---
>  arch/sparc/Kconfig      | 4 ----
>  arch/unicore32/Kconfig  | 3 ---
>  arch/x86/Kconfig        | 3 ---
>  lib/Kconfig.debug       | 1 -
>  12 files changed, 37 deletions(-)

Acked-by: Heiko Carstens <heiko.carstens at de.ibm.com>




More information about the linux-arm-kernel mailing list