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-10-091-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>