From: Ingo Molnar Date: Wed, 30 Apr 2008 08:29:13 +0000 (+0200) Subject: x86: optimize inlining off X-Git-Tag: upstream/snapshot3+hdmi~25263^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5de8f68b43229cce3d457ca9ac6dab8372a35f18;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86: optimize inlining off default to inline optimizing off. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 770397e..84c71c7 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