From nobody Sat Apr 20 01:41:31 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=none dis=none) header.from=arm.com ARC-Seal: i=1; a=rsa-sha256; t=1619516198; cv=none; d=zohomail.com; s=zohoarc; b=UmjjviyikhpnMXBcZiLcHojH801CvPRIEEqyPS0xOvW57M5WxRh8p4KZrm2Fz4Siw/FPgmmbcdFDTzBvxyfH4EYKFVYnKLkYsYp4414iv9kw3mN3sqOkhDJVOeJt1Lelmdq0DhWM2HFrPuySFbxwPxeWRNUXgQprx7Lz1CkY6rc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1619516198; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=KsU2Vm66zzTGmcUWCaPLsswaGMxQY1wE3ViNtVg244w=; b=lOQZUUYYgawoFidWvU26ZSC53zT/69OoorNoVfGXjc6/S5+g/ctPA0EgBBByiY/1Or7HDPo1AtHULBa38YM2cdp+X2bXWIgS6uKmhxa9pNZ37Y8tXm2dQOmqhjZ/2qEa3NMXFy0jjqrTvfXU4offQpWwqA4aRiYGhoVrC0qyTCk= ARC-Authentication-Results: i=1; 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 header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1619516198404295.0994477419332; Tue, 27 Apr 2021 02:36:38 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.118151.224167 (Exim 4.92) (envelope-from ) id 1lbK8f-0006vk-EI; Tue, 27 Apr 2021 09:36:17 +0000 Received: by outflank-mailman (output) from mailman id 118151.224167; Tue, 27 Apr 2021 09:36:17 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lbK8f-0006vd-AU; Tue, 27 Apr 2021 09:36:17 +0000 Received: by outflank-mailman (input) for mailman id 118151; Tue, 27 Apr 2021 09:36:15 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1lbK8d-0006jJ-Ae for xen-devel@lists.xenproject.org; Tue, 27 Apr 2021 09:36:15 +0000 Received: from foss.arm.com (unknown [217.140.110.172]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTP id 101a5026-5b11-48f9-9d27-0185aa048d18; Tue, 27 Apr 2021 09:36:04 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C2AE0101E; Tue, 27 Apr 2021 02:36:03 -0700 (PDT) Received: from e123311-lin.arm.com (unknown [10.57.27.22]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6CAC33F694; Tue, 27 Apr 2021 02:36:02 -0700 (PDT) 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: 101a5026-5b11-48f9-9d27-0185aa048d18 From: Michal Orzel To: xen-devel@lists.xenproject.org Cc: Stefano Stabellini , Julien Grall , Volodymyr Babchuk , bertrand.marquis@arm.com Subject: [PATCH v2 04/10] arm/gic: Remove member hcr of structure gic_v3 Date: Tue, 27 Apr 2021 11:35:40 +0200 Message-Id: <20210427093546.30703-5-michal.orzel@arm.com> X-Mailer: git-send-email 2.29.0 In-Reply-To: <20210427093546.30703-1-michal.orzel@arm.com> References: <20210427093546.30703-1-michal.orzel@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" ... as it is never used even in the patch introducing it. Signed-off-by: Michal Orzel Acked-by: Julien Grall --- xen/include/asm-arm/gic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-arm/gic.h b/xen/include/asm-arm/gic.h index ad0f7452d0..5069ab4aac 100644 --- a/xen/include/asm-arm/gic.h +++ b/xen/include/asm-arm/gic.h @@ -171,7 +171,7 @@ * GICv3 registers that needs to be saved/restored */ struct gic_v3 { - uint32_t hcr, vmcr, sre_el1; + uint32_t vmcr, sre_el1; uint32_t apr0[4]; uint32_t apr1[4]; uint64_t lr[16]; --=20 2.29.0