From nobody Sun Jun 28 05:36:01 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CFA5C433EF for ; Sun, 13 Feb 2022 20:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236297AbiBMUBa (ORCPT ); Sun, 13 Feb 2022 15:01:30 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:41382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231336AbiBMUB2 (ORCPT ); Sun, 13 Feb 2022 15:01:28 -0500 Received: from angie.orcam.me.uk (angie.orcam.me.uk [IPv6:2001:4190:8020::34]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 4F70143EF1; Sun, 13 Feb 2022 12:01:22 -0800 (PST) Received: by angie.orcam.me.uk (Postfix, from userid 500) id 808AA92009C; Sun, 13 Feb 2022 21:01:21 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 7ADD592009B; Sun, 13 Feb 2022 20:01:21 +0000 (GMT) Date: Sun, 13 Feb 2022 20:01:21 +0000 (GMT) From: "Maciej W. Rozycki" To: Richard Henderson , Ivan Kokshaysky , Matt Turner cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Alpha: Remove redundant local asm header redirections Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Remove a number of asm headers locally redirected to the respective=20 generic or generated versions. For asm-offsets.h all that is needed is a Kbuild entry for the generic=20 version, and for div64.h, irq_regs.h and kdebug.h nothing is needed as=20 in their absence they will be redirected automatically according to=20 include/asm-generic/Kbuild. Signed-off-by: Maciej W. Rozycki --- Hi, Noticed while fiddling with Kbuild for PARPORT_PC. Please apply. Maciej --- arch/alpha/include/asm/Kbuild | 1 + arch/alpha/include/asm/asm-offsets.h | 1 - arch/alpha/include/asm/div64.h | 1 - arch/alpha/include/asm/irq_regs.h | 1 - arch/alpha/include/asm/kdebug.h | 1 - 5 files changed, 1 insertion(+), 4 deletions(-) linux-alpha-include-gen.diff Index: linux-macro/arch/alpha/include/asm/Kbuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-macro.orig/arch/alpha/include/asm/Kbuild +++ linux-macro/arch/alpha/include/asm/Kbuild @@ -1,6 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 =20 generated-y +=3D syscall_table.h +generic-y +=3D asm-offsets.h generic-y +=3D export.h generic-y +=3D kvm_para.h generic-y +=3D mcs_spinlock.h Index: linux-macro/arch/alpha/include/asm/asm-offsets.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-macro.orig/arch/alpha/include/asm/asm-offsets.h +++ /dev/null @@ -1 +0,0 @@ -#include Index: linux-macro/arch/alpha/include/asm/div64.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-macro.orig/arch/alpha/include/asm/div64.h +++ /dev/null @@ -1 +0,0 @@ -#include Index: linux-macro/arch/alpha/include/asm/irq_regs.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-macro.orig/arch/alpha/include/asm/irq_regs.h +++ /dev/null @@ -1 +0,0 @@ -#include Index: linux-macro/arch/alpha/include/asm/kdebug.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- linux-macro.orig/arch/alpha/include/asm/kdebug.h +++ /dev/null @@ -1 +0,0 @@ -#include