From nobody Wed May 15 22:39:15 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=quarantine dis=quarantine) header.from=huawei.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1690901687519740.5254752804024; Tue, 1 Aug 2023 07:54:47 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.574370.899627 (Exim 4.92) (envelope-from ) id 1qQqla-000726-OR; Tue, 01 Aug 2023 14:54:30 +0000 Received: by outflank-mailman (output) from mailman id 574370.899627; Tue, 01 Aug 2023 14:54:30 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qQqla-00071z-Jk; Tue, 01 Aug 2023 14:54:30 +0000 Received: by outflank-mailman (input) for mailman id 574370; Tue, 01 Aug 2023 14:54:29 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1qQqlZ-00071t-1J for xen-devel@lists.xenproject.org; Tue, 01 Aug 2023 14:54:29 +0000 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 4c68509b-307b-11ee-8613-37d641c3527e; Tue, 01 Aug 2023 16:54:25 +0200 (CEST) Received: from canpemm500007.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RFdMf2GZVzNmQW; Tue, 1 Aug 2023 22:50:54 +0800 (CST) Received: from localhost (10.174.179.215) by canpemm500007.china.huawei.com (7.192.104.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Tue, 1 Aug 2023 22:54:19 +0800 X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 4c68509b-307b-11ee-8613-37d641c3527e From: Yue Haibing To: , , , CC: , Subject: [PATCH -next] xen/evtchn: Remove unused function declaration xen_set_affinity_evtchn() Date: Tue, 1 Aug 2023 22:54:13 +0800 Message-ID: <20230801145413.40684-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 MIME-Version: 1.0 X-Originating-IP: [10.174.179.215] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To canpemm500007.china.huawei.com (7.192.104.62) X-CFilter-Loop: Reflected X-ZM-MESSAGEID: 1690901688154100001 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Commit 67473b8194bc ("xen/events: Remove disfunct affinity spreading") leave this unused declaration. Signed-off-by: Yue Haibing Reviewed-by: Juergen Gross Reviewed-by: Rahul Singh --- include/xen/events.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/xen/events.h b/include/xen/events.h index 95970a2f7695..95d5e28de324 100644 --- a/include/xen/events.h +++ b/include/xen/events.h @@ -75,7 +75,6 @@ void evtchn_put(evtchn_port_t evtchn); =20 void xen_send_IPI_one(unsigned int cpu, enum ipi_vector vector); void rebind_evtchn_irq(evtchn_port_t evtchn, int irq); -int xen_set_affinity_evtchn(struct irq_desc *desc, unsigned int tcpu); =20 static inline void notify_remote_via_evtchn(evtchn_port_t port) { --=20 2.34.1