diff options
Diffstat (limited to 'arch/powerpc/kvm/book3s_xive.h')
| -rw-r--r-- | arch/powerpc/kvm/book3s_xive.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/powerpc/kvm/book3s_xive.h b/arch/powerpc/kvm/book3s_xive.h index 5938f7644dc1..6ba63f8e8a61 100644 --- a/arch/powerpc/kvm/book3s_xive.h +++ b/arch/powerpc/kvm/book3s_xive.h @@ -35,7 +35,6 @@ struct kvmppc_xive_irq_state {  	struct xive_irq_data *pt_data;	/* XIVE Pass-through associated data */  	/* Targetting as set by guest */ -	u32 guest_server;		/* Current guest selected target */  	u8 guest_priority;		/* Guest set priority */  	u8 saved_priority;		/* Saved priority when masking */ |