diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig.debug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 5b1979a45a1e..770397ec476c 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -256,8 +256,6 @@ config CPA_DEBUG | |||
256 | help | 256 | help |
257 | Do change_page_attr() self-tests every 30 seconds. | 257 | Do change_page_attr() self-tests every 30 seconds. |
258 | 258 | ||
259 | endmenu | ||
260 | |||
261 | config OPTIMIZE_INLINING | 259 | config OPTIMIZE_INLINING |
262 | bool "Allow gcc to uninline functions marked 'inline'" | 260 | bool "Allow gcc to uninline functions marked 'inline'" |
263 | default y | 261 | default y |
@@ -270,3 +268,6 @@ config OPTIMIZE_INLINING | |||
270 | this algorithm is so good that allowing gcc4 to make the decision can | 268 | 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 | 269 | become the default in the future, until then this option is there to |
272 | test gcc for this. | 270 | test gcc for this. |
271 | |||
272 | endmenu | ||
273 | |||