On Thu, 12 Nov 2020, Thomas Bogendoerfer wrote: > > Remove a tautology; since > > commit 0bddd227f3dc ("Documentation: update for gcc 4.9 requirement") > > which raised the minimally supported version of GCC to 4.9, this case is > > always true. > > > > Link: https://github.com/ClangBuiltLinux/linux/issues/427 > > Signed-off-by: Nick Desaulniers <ndesaulniers@xxxxxxxxxx> > > --- > > arch/mips/include/asm/compiler.h | 9 +-------- > > 1 file changed, 1 insertion(+), 8 deletions(-) > > applied to mips-next. It probably makes sense to get rid of GCC_OFF_SMALL_ASM altogether, as this syntactical indirection brings us nothing at this point and only obfuscates sources. Maciej