diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-14 20:38:05 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-14 20:38:05 -0500 |
commit | 42249094f79422fbf5ed4b54eeb48ff096809b8f (patch) | |
tree | 91e6850c8c7e8cc284cf8bb6363f8662f84011f4 /arch/tile/Kconfig.debug | |
parent | 936816161978ca716a56c5e553c68f25972b1e3a (diff) | |
parent | 2c027b7c48a888ab173ba45babb4525e278375d9 (diff) |
Merge branch 'next' into for-linus
Merge first round of changes for 3.13 merge window.
Diffstat (limited to 'arch/tile/Kconfig.debug')
-rw-r--r-- | arch/tile/Kconfig.debug | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/arch/tile/Kconfig.debug b/arch/tile/Kconfig.debug index ddbfc3322d7f..19734d3ab1e8 100644 --- a/arch/tile/Kconfig.debug +++ b/arch/tile/Kconfig.debug | |||
@@ -14,21 +14,12 @@ config EARLY_PRINTK | |||
14 | with klogd/syslogd. You should normally N here, | 14 | with klogd/syslogd. You should normally N here, |
15 | unless you want to debug such a crash. | 15 | unless you want to debug such a crash. |
16 | 16 | ||
17 | config DEBUG_STACKOVERFLOW | 17 | config TILE_HVGLUE_TRACE |
18 | bool "Check for stack overflows" | 18 | bool "Provide wrapper functions for hypervisor ABI calls" |
19 | depends on DEBUG_KERNEL | 19 | default n |
20 | help | 20 | help |
21 | This option will cause messages to be printed if free stack space | 21 | Provide wrapper functions for the hypervisor ABI calls |
22 | drops below a certain limit. | 22 | defined in arch/tile/kernel/hvglue.S. This allows tracing |
23 | 23 | mechanisms, etc., to have visibility into those calls. | |
24 | config DEBUG_EXTRA_FLAGS | ||
25 | string "Additional compiler arguments when building with '-g'" | ||
26 | depends on DEBUG_INFO | ||
27 | default "" | ||
28 | help | ||
29 | Debug info can be large, and flags like | ||
30 | `-femit-struct-debug-baseonly' can reduce the kernel file | ||
31 | size and build time noticeably. Such flags are often | ||
32 | helpful if the main use of debug info is line number info. | ||
33 | 24 | ||
34 | endmenu | 25 | endmenu |