summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-30 10:29:13 +0200
committerIngo Molnar <mingo@elte.hu>2008-04-30 23:15:35 +0200
commit5de8f68b43229cce3d457ca9ac6dab8372a35f18 (patch)
treec2fa52c4f2b1fb15c609aa8eacafcb1a7310d222 /arch/x86/Kconfig.debug
parentacbaa93e3d38db0e67b070d97598f87a7a6779da (diff)
x86: optimize inlining off
default to inline optimizing off. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r--arch/x86/Kconfig.debug1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 770397ec476c..84c71c7e62e8 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -258,7 +258,6 @@ config CPA_DEBUG
config OPTIMIZE_INLINING
bool "Allow gcc to uninline functions marked 'inline'"
- default y
help
This option determines if the kernel forces gcc to inline the functions
developers have marked 'inline'. Doing so takes away freedom from gcc to