commit | ae3a0064e6d69068b1c9fd075095da062430bda9 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Apr 30 00:15:31 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 30 08:42:49 2008 -0700 |
tree | 8620ba74d1468c6ce6e681058dbce540f355d5f2 | |
parent | 53809d7eaef9503eb2589babdaba5ef0b661bb14 [diff] |
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 <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>