diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-29 14:51:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-08-29 14:51:32 -0700 |
commit | ff81a521b888728e7ece69a437ac4d9ea810b6c6 (patch) | |
tree | 1cba6b502522a15da7d2b9d40c5c047ac74b135b /arch | |
parent | b4df50de6ab66e41b3b8d8acf3ce45c632084163 (diff) | |
parent | c7c09dc187f0323ad40b5b6c57a6db673a386a7f (diff) | |
download | linux-ff81a521b888728e7ece69a437ac4d9ea810b6c6.tar.gz linux-ff81a521b888728e7ece69a437ac4d9ea810b6c6.tar.bz2 linux-ff81a521b888728e7ece69a437ac4d9ea810b6c6.zip |
Merge tag 'nios2-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2
Pull nios2 fix from Ley Foon Tan:
"remove duplicate DEBUG_STACK_USAGE symbol defintions"
* tag 'nios2-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2:
nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintions
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nios2/Kconfig.debug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/nios2/Kconfig.debug b/arch/nios2/Kconfig.debug index 7a49f0d28d14..f1da8a7b17ff 100644 --- a/arch/nios2/Kconfig.debug +++ b/arch/nios2/Kconfig.debug @@ -3,15 +3,6 @@ config TRACE_IRQFLAGS_SUPPORT def_bool y -config DEBUG_STACK_USAGE - bool "Enable stack utilization instrumentation" - depends on DEBUG_KERNEL - help - Enables the display of the minimum amount of free stack which each - task has ever had available in the sysrq-T and sysrq-P debug output. - - This option will slow down process creation somewhat. - config EARLY_PRINTK bool "Activate early kernel debugging" default y |