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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 89E93C433F5 for ; Sat, 28 May 2022 11:52:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AHDMj2qwTzEIfDFyBw+W7nYD6yMssjr2wItSf8bEysY=; b=cB3/Y5mbWy+HkS LEFwUYsI1ax+9j7xpzaT6RnxEzhmzTnjz6X4sku5umJhfYOqG3w9xrYRJM+rXNT8p+9XVAT0dR4K6 zwS4qspVwHh27nQpTtcEwoO1rmSIJqd6yjEEp3Xtxx0FDAdYV0vZydDfB+9cVkrIHTluluSkW36xQ 0jVuqWoqC9CzSWG/2BcH6yVhfY7HdZa1yBrhPxz3MBvfhRA9pIJtyV8zqhCSnARg6bWI1rd/xGskE sUkTD4CICyDvNyVuYAFoVg5/4KSqiIArRIpTTp43nvjXyb/aq88/5fOcHckIa+2ksFuQILM/bkeel OyINy7pdlb5Ep6ZSlHag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuuyk-0024TX-Pc; Sat, 28 May 2022 11:51:35 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuuxL-0023tI-SY for linux-arm-kernel@lists.infradead.org; Sat, 28 May 2022 11:50:09 +0000 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 7BCCB60E0A; Sat, 28 May 2022 11:50:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC3F4C34100; Sat, 28 May 2022 11:50:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653738606; bh=Ec6u8EQqS5wxvthn3XSyusPvGBwQrVTlwCZ9oXTDvkU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E0p5wup+2w0opbr/dlcTkosvR5+j8BDyV0JtjQ4fc85x+bvP4gUGl8+a7glZlvrcK zaEmLDWKyTWtq73TSRlc4UKwgWef6+0pndxbzzDM9SrEPgbEdB967pz2DnTm5JNczL PP6BfPj3CdY63np6MUH61stttsxbuaUOfKsYIAf5ifpiWoGz16c6GZKOzXQ5EHctH+ q1ujLSo9S4M5rhAw45Y55ZYkS5/bn/dEpYciFq0GjM5fz7R0qrMcR24bAgpLOQQNUM GWEDnrDsBK7xfU00/1FZ7prBwYe38yd5Sh40sZCdZkc3C4+ehXZ6AeAccWQCZlF0Q/ WBPHs06b4ejkg== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.lan) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nuumC-00EEGh-Jj; Sat, 28 May 2022 12:38:36 +0100 From: Marc Zyngier To: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: James Morse , Suzuki K Poulose , Alexandru Elisei , Oliver Upton , Will Deacon , Fuad Tabba , Quentin Perret , Mark Brown , kernel-team@android.com Subject: [PATCH 13/18] KVM: arm64: Kill unused vcpu flags field Date: Sat, 28 May 2022 12:38:23 +0100 Message-Id: <20220528113829.1043361-14-maz@kernel.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220528113829.1043361-1-maz@kernel.org> References: <20220528113829.1043361-1-maz@kernel.org> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.morse@arm.com, suzuki.poulose@arm.com, alexandru.elisei@arm.com, oupton@google.com, will@kernel.org, tabba@google.com, qperret@google.com, broonie@kernel.org, kernel-team@android.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220528_045007_995135_6178EABD X-CRM114-Status: GOOD ( 11.49 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Horray, we have now sorted all the preexisting flags, and the 'flags' field is now unused. Get rid of it while nobody is looking. Signed-off-by: Marc Zyngier --- arch/arm64/include/asm/kvm_host.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index fe7e1c44e6e9..d571c9991a11 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h @@ -335,9 +335,6 @@ struct kvm_vcpu_arch { FP_STATE_DIRTY_GUEST, } fp_state; - /* Miscellaneous vcpu state flags */ - u64 flags; - /* Configuration flags */ u64 cflags; -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel