From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 99C7B3FCF for ; Thu, 16 Sep 2021 13:23:53 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id F21336120F; Thu, 16 Sep 2021 13:23:50 +0000 (UTC) Date: Thu, 16 Sep 2021 14:23:47 +0100 From: Catalin Marinas To: Nick Desaulniers Cc: Andrew Morton , Linus Torvalds , Rasmus Villemoes , Nathan Chancellor , Masahiro Yamada , Joe Perches , Arnd Bergmann , Stephen Rothwell , llvm@lists.linux.dev, linux-kernel@vger.kernel.org, Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 07/10] arm64: remove GCC version check for ARCH_SUPPORTS_INT128 Message-ID: References: <20210910234047.1019925-1-ndesaulniers@google.com> <20210910234047.1019925-8-ndesaulniers@google.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210910234047.1019925-8-ndesaulniers@google.com> On Fri, Sep 10, 2021 at 04:40:44PM -0700, Nick Desaulniers wrote: > Now that GCC 5.1 is the minimally supported compiler version, this > Kconfig check is no longer necessary. > > Cc: Catalin Marinas > Cc: Will Deacon > Cc: linux-arm-kernel@lists.infradead.org > Signed-off-by: Nick Desaulniers Acked-by: Catalin Marinas