Commit c62e096d authored by Alexander Graf's avatar Alexander Graf Committed by Avi Kivity
Browse files

KVM: PPC: Make fpscr 64-bit



Modern PowerPCs have a 64 bit wide FPSCR register. Let's accomodate for that
and make it 64 bits in our vcpu struct too.

Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 5aa9e2f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,7 @@ struct kvm_vcpu_arch {
	ulong gpr[32];
	ulong gpr[32];


	u64 fpr[32];
	u64 fpr[32];
	u32 fpscr;
	u64 fpscr;


#ifdef CONFIG_ALTIVEC
#ifdef CONFIG_ALTIVEC
	vector128 vr[32];
	vector128 vr[32];