mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 15:10:38 +00:00
KVM: PPC: Remove prog_flags
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 <agraf@suse.de>
This commit is contained in:
parent
9e368f2915
commit
29d03158f9
@ -89,7 +89,6 @@ struct kvmppc_vcpu_book3s {
|
|||||||
u64 vsid_max;
|
u64 vsid_max;
|
||||||
#endif
|
#endif
|
||||||
int context_id[SID_CONTEXTS];
|
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[HPTEG_HASH_NUM_PTE];
|
||||||
struct hlist_head hpte_hash_pte_long[HPTEG_HASH_NUM_PTE_LONG];
|
struct hlist_head hpte_hash_pte_long[HPTEG_HASH_NUM_PTE_LONG];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user