aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-4.9/220-optimize_inlining.patch
Commit message (Collapse)AuthorAgeFilesLines
* kernel: support gcc-optimized inlining on all architecturesFelix Fietkau2018-12-181-0/+70
Optimized inlining was disabled by default when gcc 4 was still relatively new. By now, all gcc versions handle this well and there seems to be no real reason to keep it x86-only. Signed-off-by: Felix Fietkau <nbd@nbd.name> (backported from 1e8882585c6f4a5e7f5e2b4f18cd550aafa6f81d) (rebased patches) Signed-off-by: Jo-Philipp Wich <jo@mein.io>