]> Git Repo - linux.git/commit
Kconfig: remove HAVE_LATENCYTOP_SUPPORT
authorWill Deacon <[email protected]>
Sat, 16 Jan 2016 00:58:07 +0000 (16:58 -0800)
committerLinus Torvalds <[email protected]>
Sat, 16 Jan 2016 19:17:23 +0000 (11:17 -0800)
commitda48d094ce5d7c7dcdad9011648a81c42fd1c2ef
treeeac002196fe5e232de8f3d3f4fe0ec53f08391f6
parent3f1bfd94136ecb85889e6e22893c08e8a9c697c2
Kconfig: remove HAVE_LATENCYTOP_SUPPORT

As illustrated by commit 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 <[email protected]>
Acked-by: Heiko Carstens <[email protected]>
Cc: Vineet Gupta <[email protected]>
Cc: Russell King <[email protected]>
Cc: James Hogan <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Helge Deller <[email protected]>
Acked-by: Michael Ellerman <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Guan Xuetao <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
12 files changed:
arch/arc/Kconfig
arch/arm/Kconfig
arch/metag/Kconfig
arch/microblaze/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/unicore32/Kconfig
arch/x86/Kconfig
lib/Kconfig.debug
This page took 0.059748 seconds and 4 git commands to generate.