From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 04 Jul 2011 14:12:54 +0000 Subject: [PATCH 17/17] KVM: PPC: Remove prog_flags Message-Id: <1309788774-13644-18-git-send-email-agraf@suse.de> List-Id: References: <1309788774-13644-1-git-send-email-agraf@suse.de> In-Reply-To: <1309788774-13644-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "kvm@vger.kernel.org list" Cc: Avi Kivity , kvm-ppc@vger.kernel.org Commit c8f729d408 (KVM: PPC: Deliver program interrupts right away instead of queueing them) made away with all users of prog_flags, so we can just remove it from the headers. Signed-off-by: Alexander Graf --- arch/powerpc/include/asm/kvm_book3s.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/include/asm/kvm_book3s.h b/arch/powerpc/include/asm/kvm_book3s.h index 3f91ebd..98da010 100644 --- a/arch/powerpc/include/asm/kvm_book3s.h +++ b/arch/powerpc/include/asm/kvm_book3s.h @@ -89,7 +89,6 @@ struct kvmppc_vcpu_book3s { u64 vsid_max; #endif int context_id[SID_CONTEXTS]; - ulong prog_flags; /* flags to inject when giving a 700 trap */ struct hlist_head hpte_hash_pte[HPTEG_HASH_NUM_PTE]; struct hlist_head hpte_hash_pte_long[HPTEG_HASH_NUM_PTE_LONG]; -- 1.6.0.2