Skip to content

Commit

Permalink
KVM: PPC: Make fpscr 64-bit
Browse files Browse the repository at this point in the history
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: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Apr 25, 2010
1 parent 5aa9e2f commit c62e096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ struct kvm_vcpu_arch {
ulong gpr[32];

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

#ifdef CONFIG_ALTIVEC
vector128 vr[32];
Expand Down

0 comments on commit c62e096

Please sign in to comment.