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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 612A8C7618D for ; Thu, 6 Apr 2023 09:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235981AbjDFJ0V (ORCPT ); Thu, 6 Apr 2023 05:26:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36608 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235883AbjDFJ0S (ORCPT ); Thu, 6 Apr 2023 05:26:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B94C72A0; Thu, 6 Apr 2023 02:26:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3E04263FB5; Thu, 6 Apr 2023 09:26:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CB9AC4339C; Thu, 6 Apr 2023 09:26:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680773174; bh=huNNhD213JndliPR+cUFN/rCSuXzWUCE4DtuhIiwdts=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ov7/LgayuatxLzKFo9F45Ck8Tx1ZSa7kdcyKWSZLkLOFUZt74RTzfh3MVjdHdRydM CXja+U40ATxW7H4W3rnLOtQHXsAotqINYmMGlRe4acQ9jtSR1/57cfYYLZ4/vZBOk6 9vFAr7IRNAPDb9qfakKWHDIr7sBTUVc9xu9NvwX1WgjAdwJCcxunHKzy2QbJJTpxz5 9fs5POjqNH/roh0vHsSUptsvQ2/FQFgRVPx462X/DmBEmftY6iL8kRQEndG6krUzD7 gM8cfuEPFVxOakGGO6il2RihirRqv4y550RKydDo3mNOrK43OuDBwOQoE3OxmdY0Ui 2Xj6aGeVZOl2A== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pkLsi-006FnZ-70; Thu, 06 Apr 2023 10:26:12 +0100 Date: Thu, 06 Apr 2023 10:26:11 +0100 Message-ID: <86mt3luzt8.wl-maz@kernel.org> From: Marc Zyngier To: Thomas Bogendoerfer Cc: John Crispin , Matthias Brugger , AngeloGioacchino Del Regno , Serge Semin , Thomas Gleixner , 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 In-Reply-To: <20230405185128.15237-1-tsbogend@alpha.franken.de> References: <20230405185128.15237-1-tsbogend@alpha.franken.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: tsbogend@alpha.franken.de, john@phrozen.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, fancer.lancer@gmail.com, tglx@linutronix.de, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 05 Apr 2023 19:51:27 +0100, 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 > --- > Marc, if you prefer an extra patch for the irqchip change, I'll > split this. Otherwise I would take it through the MIPS tree. Please do take it as a whole. Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible.