commit | 31cf7498545c36cc992887bd6af17a496f26f681 | [log] [tgz] |
---|---|---|
author | James Hogan <james.hogan@imgtec.com> | Thu Jun 09 14:19:09 2016 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 14 11:02:41 2016 +0200 |
tree | cbda098d019d722b81870dab844ac36f74ba340c | |
parent | 8cffd197485122632103a12fdada911242e7c01e [diff] |
MIPS: KVM: Make various Cause variables 32-bit The CP0 Cause register is passed around in KVM quite a bit, often as an unsigned long, even though it is always 32-bits long. Resize it to u32 throughout MIPS KVM. Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Radim Krčmář <rkrcmar@redhat.com> Cc: linux-mips@linux-mips.org Cc: kvm@vger.kernel.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>