kernel: make make patches/files apply/compile for kernel 5.2
[openwrt/staging/mkresin.git] / target / linux / generic / pending-5.2 / 220-optimize_inlining.patch
1 --- a/arch/powerpc/mm/book3s64/radix_tlb.c
2 +++ b/arch/powerpc/mm/book3s64/radix_tlb.c
3 @@ -235,7 +235,7 @@ static inline void fixup_tlbie_lpid(unsi
4 /*
5 * We use 128 set in radix mode and 256 set in hpt mode.
6 */
7 -static inline void _tlbiel_pid(unsigned long pid, unsigned long ric)
8 +static __always_inline inline void _tlbiel_pid(unsigned long pid, unsigned long ric)
9 {
10 int set;
11