From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: John Crispin <john@phrozen.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Serge Semin <fancer.lancer@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Marc Zyngier <maz@kernel.org>,
linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
Date: Wed, 12 Apr 2023 15:27:06 +0200 [thread overview]
Message-ID: <20230412132706.GA11717@alpha.franken.de> (raw)
In-Reply-To: <20230405185128.15237-1-tsbogend@alpha.franken.de>
On Wed, Apr 05, 2023 at 08:51:27PM +0200, Thomas Bogendoerfer wrote:
> Commit 5cac93b35c14 ("MIPS: Deprecate CONFIG_MIPS_CMP") deprecated
> CONFIG_MIPS_CMP and after 9 years it's time to remove it.
>
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
> Marc, if you prefer an extra patch for the irqchip change, I'll
> split this. Otherwise I would take it through the MIPS tree.
>
> arch/mips/Kconfig | 34 +----
> arch/mips/include/asm/rtlx.h | 1 -
> arch/mips/include/asm/smp-ops.h | 16 ---
> arch/mips/include/asm/vpe.h | 4 -
> arch/mips/kernel/Makefile | 3 -
> arch/mips/kernel/rtlx-cmp.c | 122 ------------------
> arch/mips/kernel/smp-cmp.c | 148 ----------------------
> arch/mips/kernel/vpe-cmp.c | 180 ---------------------------
> arch/mips/kernel/vpe.c | 2 +-
> arch/mips/mti-malta/Makefile | 2 -
> arch/mips/mti-malta/malta-amon.c | 88 -------------
> arch/mips/mti-malta/malta-init.c | 2 -
> arch/mips/mti-malta/malta-platform.c | 2 -
> arch/mips/ralink/mt7621.c | 2 -
> drivers/irqchip/irq-mips-gic.c | 26 ----
> 15 files changed, 3 insertions(+), 629 deletions(-)
> delete mode 100644 arch/mips/kernel/rtlx-cmp.c
> delete mode 100644 arch/mips/kernel/smp-cmp.c
> delete mode 100644 arch/mips/kernel/vpe-cmp.c
> delete mode 100644 arch/mips/mti-malta/malta-amon.c
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: John Crispin <john@phrozen.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Serge Semin <fancer.lancer@gmail.com>,
Thomas Gleixner <tglx@linutronix.de>,
Marc Zyngier <maz@kernel.org>,
linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
Date: Wed, 12 Apr 2023 15:27:06 +0200 [thread overview]
Message-ID: <20230412132706.GA11717@alpha.franken.de> (raw)
In-Reply-To: <20230405185128.15237-1-tsbogend@alpha.franken.de>
On Wed, Apr 05, 2023 at 08:51:27PM +0200, Thomas Bogendoerfer wrote:
> Commit 5cac93b35c14 ("MIPS: Deprecate CONFIG_MIPS_CMP") deprecated
> CONFIG_MIPS_CMP and after 9 years it's time to remove it.
>
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
> Marc, if you prefer an extra patch for the irqchip change, I'll
> split this. Otherwise I would take it through the MIPS tree.
>
> arch/mips/Kconfig | 34 +----
> arch/mips/include/asm/rtlx.h | 1 -
> arch/mips/include/asm/smp-ops.h | 16 ---
> arch/mips/include/asm/vpe.h | 4 -
> arch/mips/kernel/Makefile | 3 -
> arch/mips/kernel/rtlx-cmp.c | 122 ------------------
> arch/mips/kernel/smp-cmp.c | 148 ----------------------
> arch/mips/kernel/vpe-cmp.c | 180 ---------------------------
> arch/mips/kernel/vpe.c | 2 +-
> arch/mips/mti-malta/Makefile | 2 -
> arch/mips/mti-malta/malta-amon.c | 88 -------------
> arch/mips/mti-malta/malta-init.c | 2 -
> arch/mips/mti-malta/malta-platform.c | 2 -
> arch/mips/ralink/mt7621.c | 2 -
> drivers/irqchip/irq-mips-gic.c | 26 ----
> 15 files changed, 3 insertions(+), 629 deletions(-)
> delete mode 100644 arch/mips/kernel/rtlx-cmp.c
> delete mode 100644 arch/mips/kernel/smp-cmp.c
> delete mode 100644 arch/mips/kernel/vpe-cmp.c
> delete mode 100644 arch/mips/mti-malta/malta-amon.c
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-04-12 13:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-05 18:51 [PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP Thomas Bogendoerfer
2023-04-05 18:51 ` Thomas Bogendoerfer
2023-04-05 19:18 ` Jiaxun Yang
2023-04-05 19:18 ` Jiaxun Yang
2023-04-06 9:26 ` Marc Zyngier
2023-04-06 9:26 ` Marc Zyngier
2023-04-06 12:11 ` Philippe Mathieu-Daudé
2023-04-06 12:11 ` Philippe Mathieu-Daudé
2023-04-12 13:27 ` Thomas Bogendoerfer [this message]
2023-04-12 13:27 ` Thomas Bogendoerfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230412132706.GA11717@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=angelogioacchino.delregno@collabora.com \
--cc=fancer.lancer@gmail.com \
--cc=john@phrozen.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mips@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=maz@kernel.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.