diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
| -rw-r--r-- | arch/x86/Kconfig.debug | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 5b1979a45a1e..5fc8d0b3191d 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
| @@ -118,7 +118,6 @@ config DEBUG_NX_TEST | |||
| 118 | config 4KSTACKS | 118 | config 4KSTACKS |
| 119 | bool "Use 4Kb for kernel stacks instead of 8Kb" | 119 | bool "Use 4Kb for kernel stacks instead of 8Kb" |
| 120 | depends on X86_32 | 120 | depends on X86_32 |
| 121 | default y | ||
| 122 | help | 121 | help |
| 123 | If you say Y here the kernel will use a 4Kb stacksize for the | 122 | If you say Y here the kernel will use a 4Kb stacksize for the |
| 124 | kernel stack attached to each process/thread. This facilitates | 123 | kernel stack attached to each process/thread. This facilitates |
| @@ -256,11 +255,8 @@ config CPA_DEBUG | |||
| 256 | help | 255 | help |
| 257 | Do change_page_attr() self-tests every 30 seconds. | 256 | Do change_page_attr() self-tests every 30 seconds. |
| 258 | 257 | ||
| 259 | endmenu | ||
| 260 | |||
| 261 | config OPTIMIZE_INLINING | 258 | config OPTIMIZE_INLINING |
| 262 | bool "Allow gcc to uninline functions marked 'inline'" | 259 | bool "Allow gcc to uninline functions marked 'inline'" |
| 263 | default y | ||
| 264 | help | 260 | help |
| 265 | This option determines if the kernel forces gcc to inline the functions | 261 | This option determines if the kernel forces gcc to inline the functions |
| 266 | developers have marked 'inline'. Doing so takes away freedom from gcc to | 262 | developers have marked 'inline'. Doing so takes away freedom from gcc to |
| @@ -270,3 +266,6 @@ config OPTIMIZE_INLINING | |||
| 270 | this algorithm is so good that allowing gcc4 to make the decision can | 266 | this algorithm is so good that allowing gcc4 to make the decision can |
| 271 | become the default in the future, until then this option is there to | 267 | become the default in the future, until then this option is there to |
| 272 | test gcc for this. | 268 | test gcc for this. |
| 269 | |||
| 270 | endmenu | ||
| 271 | |||
