From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0CA09C388F7 for ; Fri, 13 Nov 2020 00:19:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B676D2222F for ; Fri, 13 Nov 2020 00:19:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726005AbgKMAT5 (ORCPT ); Thu, 12 Nov 2020 19:19:57 -0500 Received: from [157.25.102.26] ([157.25.102.26]:51846 "EHLO orcam.me.uk" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1725894AbgKMAT5 (ORCPT ); Thu, 12 Nov 2020 19:19:57 -0500 Received: from bugs.linux-mips.org (eddie.linux-mips.org [IPv6:2a01:4f8:201:92aa::3]) by orcam.me.uk (Postfix) with ESMTPS id ED9F02BE0EC; Fri, 13 Nov 2020 00:19:53 +0000 (GMT) Date: Fri, 13 Nov 2020 00:19:50 +0000 (GMT) From: "Maciej W. Rozycki" To: Thomas Bogendoerfer cc: Nick Desaulniers , clang-built-linux@googlegroups.com, Serge Semin , Alexey Malahov , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MIPS: remove GCC < 4.9 support In-Reply-To: <20201111230314.GB19275@alpha.franken.de> Message-ID: References: <20201111032105.2346303-1-ndesaulniers@google.com> <20201111230314.GB19275@alpha.franken.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org 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 > > --- > > 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