Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1337332pxb; Wed, 10 Feb 2021 06:17:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJxM5RYyHMuDHOn8GTikrr2EOFlBbHykSuGPLXghes5Qpkuu7hZTayzjBpgeHadiTKrxJvVC X-Received: by 2002:a50:bf42:: with SMTP id g2mr3309171edk.101.1612966643613; Wed, 10 Feb 2021 06:17:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612966643; cv=none; d=google.com; s=arc-20160816; b=SL5jWapj0YvxUdzv2lGIbrFy/ujKU1tJUF84cJsNHLyLbAwIfX91M0zYtBOPtCcFOK +VmSDd00BpgjAJnYwAaqQju0uv9cotk1vSUqp0+V19tRaWabA5+N6QKUP6C8TQSXHl+K mGGykD/KIOFB+dQqFK5JRFCF9S+QWxORCJHcxSLMV96Vlz6v977zQKJQ0NtqPP6+/d/E 2Rf9VI082iL0kcbsRGwXDHnv2pcQEnX0d1WnpHLi/hb/7uCukl8z2zSZF0jPjK4ISoTf GyleMSSdwCEgt2UTEHq8Pz0yqaFH7HqUVJ0i/TCE/Ar9/OJ4hwFJg25Iq2WviuDVw4V+ +KxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=gLycKfnzp+b08jL0q6k/uow7c8XUB1CNoQI8DI0WpGg=; b=V/yMtmh0hY7cpKzCJH5uT6Qir4RcIwQ6a54OKK8+xLymnH8eInXIlhx8e1NfC8Lkcd J39p33obq4Nm7SlFb7nnXJ+idNb77tUIAgAHQqX2c/U+zwPK6xT4YAnrMtPBYoYYRAC+ Cy5GLomHZ5RVpUHnmK17udNHbVy2YxxGVLtNnmiFa9ntWaycuX8QOh69ZqIaeSVQytsX oT/SBcxbxP8WnfpurxMGNOdIgb0KzmwRCA+wiC0Ks4tppi0m6wTYv7D2fy+TZlGZ1z3t 5GxBsmFgPjOzBZl52TTK78Kt4l3lJ0smQvd+cAW6sADZysPpF4/qGMDy6SAozcXczz6T b5Lw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id kb25si1400630ejc.571.2021.02.10.06.17.00; Wed, 10 Feb 2021 06:17:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231709AbhBJOQW (ORCPT + 99 others); Wed, 10 Feb 2021 09:16:22 -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