浏览代码

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>
Ingo Molnar 17 年之前
父节点
当前提交
5de8f68b43
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/Kconfig.debug

+ 0 - 1
arch/x86/Kconfig.debug

@@ -258,7 +258,6 @@ config CPA_DEBUG
 
 
 config OPTIMIZE_INLINING
 config OPTIMIZE_INLINING
 	bool "Allow gcc to uninline functions marked 'inline'"
 	bool "Allow gcc to uninline functions marked 'inline'"
-	default y
 	help
 	help
 	  This option determines if the kernel forces gcc to inline the functions
 	  This option determines if the kernel forces gcc to inline the functions
 	  developers have marked 'inline'. Doing so takes away freedom from gcc to
 	  developers have marked 'inline'. Doing so takes away freedom from gcc to