x86: change OPTIMIZE_INLINING help to say enabling makes smaller kernels
authorSitsofe Wheeler <sitsofe@yahoo.com>
Sat, 11 Oct 2008 19:27:53 +0000 (20:27 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 16:59:31 +0000 (18:59 +0200)
commit63fb70859f987f2b3b8028fa467fd63336315e9c
treed471c4cda93d1859180ea7fd61b7063286a2a9a7
parenta9b6148d25f15ddfe9d7a7f3e526fdb64e7cf7da
x86: change OPTIMIZE_INLINING help to say enabling makes smaller kernels

Impact: clarify Kconfig help text

The OPTIMIZE_INLINING help currently says "The gcc 4.x series have a
rewritten inlining algorithm and disabling this option will generate a
smaller kernel there."

This contradicts other parts of the help text and my own tests:

  5463127 2008-10-11 19:51 vmlinux.no-opt
  5456152 2008-10-11 19:56 vmlinux.opt

Reword text to say that enabling OPTIMIZE_INLINING will lead to smaller
kernels with gcc 4.x or later.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig.debug