MIPS: KVM: Convert code to kernel sized types
authorJames Hogan <james.hogan@imgtec.com>
Thu, 9 Jun 2016 13:19:08 +0000 (14:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 14 Jun 2016 09:02:41 +0000 (11:02 +0200)
commit8cffd197485122632103a12fdada911242e7c01e
tree8d25180c51674ea9a5100031577cedaf4074f132
parentbdb7ed8608f8f1944414abaffdecf3c997dfc41e
MIPS: KVM: Convert code to kernel sized types

Convert the MIPS KVM C code to use standard kernel sized types (e.g.
u32) instead of inttypes.h style ones (e.g. uint32_t) or other types as
appropriate.

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>
arch/mips/kvm/dyntrans.c
arch/mips/kvm/emulate.c
arch/mips/kvm/interrupt.c
arch/mips/kvm/mips.c
arch/mips/kvm/tlb.c
arch/mips/kvm/trap_emul.c
This page took 0.027459 seconds and 5 git commands to generate.