]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65b68fe91f3d0cf35f931f71cc423e53e4e0fb1b
tree8d25180c51674ea9a5100031577cedaf4074f132
parentda3c16f97449ccbde7306b3d44251b0272e09dce
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