diff options
author | Alexander Graf <agraf@suse.de> | 2010-03-24 16:48:19 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-05-17 05:16:53 -0400 |
commit | c8027f165228b4c62bad31609d5c9e98ddfb8ef6 (patch) | |
tree | 4e9b94333a21701f94cf3faa42d860ac9525a3e1 /arch/powerpc/include/asm/kvm_book3s.h | |
parent | 18978768d89f638165646718c50ced19f2a10164 (diff) |
KVM: PPC: Make DSISR 32 bits wide
DSISR is only defined as 32 bits wide. So let's reflect that in the
structs 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_book3s.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_book3s.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_book3s.h b/arch/powerpc/include/asm/kvm_book3s.h index 14d0262ae00b..9f5a9921927e 100644 --- a/arch/powerpc/include/asm/kvm_book3s.h +++ b/arch/powerpc/include/asm/kvm_book3s.h | |||
@@ -84,8 +84,8 @@ struct kvmppc_vcpu_book3s { | |||
84 | u64 hid[6]; | 84 | u64 hid[6]; |
85 | u64 gqr[8]; | 85 | u64 gqr[8]; |
86 | int slb_nr; | 86 | int slb_nr; |
87 | u32 dsisr; | ||
87 | u64 sdr1; | 88 | u64 sdr1; |
88 | u64 dsisr; | ||
89 | u64 hior; | 89 | u64 hior; |
90 | u64 msr_mask; | 90 | u64 msr_mask; |
91 | u64 vsid_first; | 91 | u64 vsid_first; |