Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information