From: Sitsofe Wheeler Date: Sat, 11 Oct 2008 19:27:53 +0000 (+0100) Subject: x86: change OPTIMIZE_INLINING help to say enabling makes smaller kernels X-Git-Tag: v2.6.29-rc1~587^2~4^9~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fb70859f987f2b3b8028fa467fd63336315e9c;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed