From: Ingo Molnar Date: Tue, 29 Apr 2008 22:15:31 +0000 (+0200) Subject: inlining: do not allow gcc below version 4 to optimize inlining X-Git-Tag: v2.6.26-rc1~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3a0064e6d69068b1c9fd075095da062430bda9;p=pandora-kernel.git inlining: do not allow gcc below version 4 to optimize inlining fix the condition to match intention: always use the old inlining behavior on all gcc versions below 4. this should solve the UML build problem. Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed