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>
This commit is contained in:
Alexander Graf
2010-03-24 21:48:19 +01:00
committed by Avi Kivity
parent 18978768d8
commit c8027f1652
3 changed files with 3 additions and 3 deletions

View File

@@ -260,7 +260,7 @@ struct kvm_vcpu_arch {
u32 last_inst;
#ifdef CONFIG_PPC64
ulong fault_dsisr;
u32 fault_dsisr;
#endif
ulong fault_dear;
ulong fault_esr;