Skip to content
Snippets Groups Projects
Commit 5de8f68b authored by Ingo Molnar's avatar Ingo Molnar
Browse files

x86: optimize inlining off


default to inline optimizing off.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent acbaa93e
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,6 @@ config CPA_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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment