Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4803346imu; Tue, 8 Jan 2019 06:37:10 -0800 (PST) X-Google-Smtp-Source: ALg8bN7+acdmGY8MlntVGj1WZ48j8nAg4s9nK5/nLm3dNcm7WfjQ9SYsu2SOvZd2ody1G3Tcj6NY X-Received: by 2002:a62:8c11:: with SMTP id m17mr1984850pfd.224.1546958230912; Tue, 08 Jan 2019 06:37:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546958230; cv=none; d=google.com; s=arc-20160816; b=iI9LE13ZXdvn28DTClpbCJZFEYH1LJns9TGdXVvTwWmki2KeGxvuFtfGe1vj0j6laK 486DN+TxOGrSHhYOe2eb5fScIMnqq3PfQigp8Wkn26/pWEo3z7Eod246y92tw3BiLsxd c+woD9LesiAlhsmueiNoKpFJlTb8EL1MHM+bfrkzVv4iRPvfIGYENpQTz3paZVvqPEvx 4PNDyIjxW7nZcQJrdurituBNqYXZzU/ap0PO8htJT12D0YozzbqFK+hjCz8PdPktuehE YhxgDDrKGdUIKdcxc1TJvCDRUO+PbFfdkFanOFkbmokApNQnKDHqOsCwVO4bwLmWGj6v x4UA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=76G0Shs/74UGKE12ineJRgsJEH6VsBCx4GkiHDFI89c=; b=pnzE7gHjSGaPjuxHvWEGzym/uQIhmTgSmJjdaZwa0vEyL7TEe80EN/I4KRPKDMZ6st bW48HnbJ5Jlz9lAJQN9TXeHkxj+Q+5jlMao9JIIl+ipECwnUJN5HR7x9y5iDWndAS3kO 3kwlTFbnTIB80ZtTaJN92h0tkLoV6yF41pUjILLIq85/IQ+UM4nwbY6IDkfbvKamyFVJ 0r87xngaLeMQS5hDWj/DToDULDofKAU7p+2ECqrClgWVbJKyEwEq0w10Bug58wyJwJpU LLkI4CG8z8RFxru7S1kP43uw9U9F0vtq3ZOwbknX1lZUUuk/cwQXFy7PUCPNOf9IyixY GPgw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d37si1109500plb.140.2019.01.08.06.36.54; Tue, 08 Jan 2019 06:37:10 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728961AbfAHOet (ORCPT + 99 others); Tue, 8 Jan 2019 09:34:49 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:51909 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728945AbfAHOes (ORCPT ); Tue, 8 Jan 2019 09:34:48 -0500 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1ggsSf-0003po-Md; Tue, 08 Jan 2019 15:34:33 +0100 Date: Tue, 8 Jan 2019 15:34:27 +0100 (CET) From: Thomas Gleixner To: Christophe Leroy cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/irq: drop arch_early_irq_init() In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-62582376-1546958073=:10743" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-62582376-1546958073=:10743 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Tue, 8 Jan 2019, Christophe Leroy wrote: > Oops, forgot to actually copy Thomas. > > Le 08/01/2019 à 12:37, Christophe Leroy a écrit : > > arch_early_irq_init() does nothing different than > > the weak arch_early_irq_init() in kernel/softirq.c > > > > Fixes: 089fb442f301 ("powerpc: Use ARCH_IRQ_INIT_FLAGS") > > Cc: Thomas Gleixner > > Signed-off-by: Christophe Leroy Acked-by: Thomas Gleixner --8323329-62582376-1546958073=:10743--