summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-30 06:48:45 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-04-30 21:15:35 (GMT)
commitc9af1e33231912cedae3e49e56621b6c765e57fe (patch)
tree008f7fca3ad2e19ff57f0a105616c132025c443d /arch
parentde33c442ed2a465d2d7804b26dafd2eec067aa34 (diff)
downloadlinux-fsl-qoriq-c9af1e33231912cedae3e49e56621b6c765e57fe.tar.xz
x86: Kconfig fix
Andrew noticed that OPTIMIZE_INLINING appeared in the toplevel menu - fix it. Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig.debug5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 5b1979a..770397e 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -256,8 +256,6 @@ config CPA_DEBUG
help
Do change_page_attr() self-tests every 30 seconds.
-endmenu
-
config OPTIMIZE_INLINING
bool "Allow gcc to uninline functions marked 'inline'"
default y
@@ -270,3 +268,6 @@ config OPTIMIZE_INLINING
this algorithm is so good that allowing gcc4 to make the decision can
become the default in the future, until then this option is there to
test gcc for this.
+
+endmenu
+