mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
de33c442ed
commit
c9af1e3323
1 changed files with 3 additions and 2 deletions
|
@ -256,8 +256,6 @@ config CPA_DEBUG
|
||||||
help
|
help
|
||||||
Do change_page_attr() self-tests every 30 seconds.
|
Do change_page_attr() self-tests every 30 seconds.
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
config OPTIMIZE_INLINING
|
config OPTIMIZE_INLINING
|
||||||
bool "Allow gcc to uninline functions marked 'inline'"
|
bool "Allow gcc to uninline functions marked 'inline'"
|
||||||
default y
|
default y
|
||||||
|
@ -270,3 +268,6 @@ config OPTIMIZE_INLINING
|
||||||
this algorithm is so good that allowing gcc4 to make the decision can
|
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
|
become the default in the future, until then this option is there to
|
||||||
test gcc for this.
|
test gcc for this.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue