aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-02-19 11:00:28 +0100
committerAvi Kivity <avi@redhat.com>2010-04-25 12:34:38 +0300
commitc62e096dec032c82bae60545623c24743116f5dd (patch)
treeb4e48cef9294d4036ed3679818c858904d4de1b7 /arch/powerpc/include/asm/kvm_host.h
parent5aa9e2f43aedff25e735b4c44e0f0f6e5d1a40ae (diff)
downloadkernel_samsung_smdk4412-c62e096dec032c82bae60545623c24743116f5dd.zip
kernel_samsung_smdk4412-c62e096dec032c82bae60545623c24743116f5dd.tar.gz
kernel_samsung_smdk4412-c62e096dec032c82bae60545623c24743116f5dd.tar.bz2
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: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r--arch/powerpc/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index 4b14dcd..fb87dcf 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -175,7 +175,7 @@ struct kvm_vcpu_arch {
ulong gpr[32];
u64 fpr[32];
- u32 fpscr;
+ u64 fpscr;
#ifdef CONFIG_ALTIVEC
vector128 vr[32];