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,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 9B3C5C433DB for ; Wed, 10 Feb 2021 14:17:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66B1964D9E for ; Wed, 10 Feb 2021 14:17:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230005AbhBJOQk (ORCPT ); Wed, 10 Feb 2021 09:16:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232026AbhBJONP (ORCPT ); Wed, 10 Feb 2021 09:13:15 -0500 Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF015C061793 for ; Wed, 10 Feb 2021 06:11:46 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by baptiste.telenet-ops.be with bizsmtp id TSBi2400s4C55Sk01SBiBq; Wed, 10 Feb 2021 15:11:45 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1l9qDW-005Hss-76; Wed, 10 Feb 2021 15:11:42 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1l9qDV-006JqZ-Oe; Wed, 10 Feb 2021 15:11:41 +0100 From: Geert Uytterhoeven To: Russell King , Michal Simek , Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] Remove checks for gcc < 4 Date: Wed, 10 Feb 2021 15:11:36 +0100 Message-Id: <20210210141140.1506212-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch removes the few remaining checks for gcc < 4, which is no longer supported for building the kernel. All four patches can be applied independently. Thanks! Geert Uytterhoeven (4): ARM: div64: Remove always-true __div64_const32_is_OK() duplicate ARM: unified: Remove check for gcc < 4 asm-generic: div64: Remove always-true __div64_const32_is_OK() microblaze: Remove support for gcc < 4 arch/arm/include/asm/div64.h | 11 ----------- arch/arm/include/asm/unified.h | 4 ---- arch/microblaze/kernel/module.c | 26 -------------------------- include/asm-generic/div64.h | 14 ++++---------- 4 files changed, 4 insertions(+), 51 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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=-12.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 DD4B1C433E9 for ; Wed, 10 Feb 2021 14:13:55 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9152464E7C for ; Wed, 10 Feb 2021 14:13:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9152464E7C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=oxFt6PVGYwkr+UeS4Ol8Mt2gNZSXyTbJelI1THaATiE=; b=Innx3+2NpXNG3jnESHcixmvShO 30rzy5Tw2fty74Z8iq9G4llVsDFN8AQo7TXLx1BmN7frk6tKlebFveM8mGUAzcwsOWQVNFUmQxhcy bkbgQ3WpsjHBXprR8bNoZCTlc0CppNxz8G0AWuV7OTOLN58/GJIm0PoQi6odSs96Sa+cnnLmG/Bu0 doQ7QannNrUa4wzla/QUHa8DUwjRKirdwAXR2cgYAa52a1G/Iy83ftE373ZzQxbwRHV2DLLeCU5VM G2eJkuSEF54hC89hpUbcxptniU3feKyh6Pq72ecCOh8nfQsm2+Mvkgb3WhpvwCgapEOTFea+jLfKf 8ViP6Z4A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9qEA-0007YM-8J; Wed, 10 Feb 2021 14:12:22 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9qDc-0007D9-IC for linux-arm-kernel@lists.infradead.org; Wed, 10 Feb 2021 14:11:49 +0000 Received: from ramsan.of.borg ([84.195.186.194]) by baptiste.telenet-ops.be with bizsmtp id TSBi2400s4C55Sk01SBiBq; Wed, 10 Feb 2021 15:11:45 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1l9qDW-005Hss-76; Wed, 10 Feb 2021 15:11:42 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1l9qDV-006JqZ-Oe; Wed, 10 Feb 2021 15:11:41 +0100 From: Geert Uytterhoeven To: Russell King , Michal Simek , Arnd Bergmann Subject: [PATCH 0/4] Remove checks for gcc < 4 Date: Wed, 10 Feb 2021 15:11:36 +0100 Message-Id: <20210210141140.1506212-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210210_091148_766137_0BE32ECE X-CRM114-Status: GOOD ( 10.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch removes the few remaining checks for gcc < 4, which is no longer supported for building the kernel. All four patches can be applied independently. Thanks! Geert Uytterhoeven (4): ARM: div64: Remove always-true __div64_const32_is_OK() duplicate ARM: unified: Remove check for gcc < 4 asm-generic: div64: Remove always-true __div64_const32_is_OK() microblaze: Remove support for gcc < 4 arch/arm/include/asm/div64.h | 11 ----------- arch/arm/include/asm/unified.h | 4 ---- arch/microblaze/kernel/module.c | 26 -------------------------- include/asm-generic/div64.h | 14 ++++---------- 4 files changed, 4 insertions(+), 51 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel