]> Pileus Git - ~andy/linux/commitdiff
inlining: do not allow gcc below version 4 to optimize inlining
authorIngo Molnar <mingo@elte.hu>
Tue, 29 Apr 2008 22:15:31 +0000 (00:15 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 30 Apr 2008 15:42:49 +0000 (08:42 -0700)
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>

No differences found