Re: [PATCH] MIPS: mark ginvt() as __always_inline

2019-05-22 Thread Paul Burton
Hello, Masahiro Yamada wrote: > To meet the 'i' (immediate) constraint for the asm operands, > this function must be always inlined. > > Signed-off-by: Masahiro Yamada Applied to mips-fixes. Thanks, Paul [ This message was auto-generated; if you believe anything is incorrect then

[PATCH] MIPS: mark ginvt() as __always_inline

2019-05-21 Thread Masahiro Yamada
To meet the 'i' (immediate) constraint for the asm operands, this function must be always inlined. Signed-off-by: Masahiro Yamada --- arch/mips/include/asm/ginvt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/include/asm/ginvt.h b/arch/mips/include/asm/ginvt.h