From patchwork Tue Sep 3 17:03:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?C=C3=A9dric_Le_Goater?= X-Patchwork-Id: 1157181 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46ND930X8Kz9sDB for ; Wed, 4 Sep 2019 03:15:03 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kaod.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 46ND924hx9zDql5 for ; Wed, 4 Sep 2019 03:15:02 +1000 (AEST) X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=kaod.org (client-ip=46.105.74.148; helo=10.mo173.mail-out.ovh.net; envelope-from=clg@kaod.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=kaod.org X-Greylist: delayed 612 seconds by postgrey-1.36 at bilbo; Wed, 04 Sep 2019 03:14:44 AEST Received: from 10.mo173.mail-out.ovh.net (10.mo173.mail-out.ovh.net [46.105.74.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 46ND8h02NgzDqTs for ; Wed, 4 Sep 2019 03:14:42 +1000 (AEST) Received: from player779.ha.ovh.net (unknown [10.109.160.62]) by mo173.mail-out.ovh.net (Postfix) with ESMTP id 2D3F010EEA6 for ; Tue, 3 Sep 2019 19:04:50 +0200 (CEST) Received: from kaod.org (lfbn-1-2240-157.w90-76.abo.wanadoo.fr [90.76.60.157]) (Authenticated sender: clg@kaod.org) by player779.ha.ovh.net (Postfix) with ESMTPSA id 3CD5B94D0109; Tue, 3 Sep 2019 17:04:47 +0000 (UTC) From: =?utf-8?q?C=C3=A9dric_Le_Goater?= To: skiboot@lists.ozlabs.org Date: Tue, 3 Sep 2019 19:03:59 +0200 Message-Id: <20190903170413.4373-9-clg@kaod.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190903170413.4373-1-clg@kaod.org> References: <20190903170413.4373-1-clg@kaod.org> MIME-Version: 1.0 X-Ovh-Tracer-Id: 11327116014448184281 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeduvddrudejfedgjeelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm Subject: [Skiboot] [PATCH 08/22] xive/p9: remove dead code X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" Signed-off-by: Cédric Le Goater --- hw/xive-p9.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xive-p9.c b/hw/xive-p9.c index 16b15d062940..e5816b22fa50 100644 --- a/hw/xive-p9.c +++ b/hw/xive-p9.c @@ -2615,10 +2615,6 @@ static struct xive *init_one_xive(struct dt_node *np) xive_dbg(x, "Handling interrupts [%08x..%08x]\n", x->int_base, x->int_max - 1); - /* System dependant values that must be set before BARs */ - //xive_regwx(x, CQ_CFG_PB_GEN, xx); - //xive_regwx(x, CQ_MSGSND, xx); - /* Setup the BARs */ if (!xive_configure_bars(x)) goto fail;