MIPS: KVM: Use cacheops.h definitions
authorJames Hogan <james.hogan@imgtec.com>
Wed, 16 Dec 2015 23:49:37 +0000 (23:49 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 02:30:41 +0000 (03:30 +0100)
commitf4956f620d065d8fa4d7a890cad548549e0b91ea
tree17a434b48542e2f4f2faf6f3c9cf6d8e9b775161
parent5fa393c8571953d6d428062c3572ec3ddbb1eec8
MIPS: KVM: Use cacheops.h definitions

Drop the custom cache operation code definitions used by KVM for
emulating guest CACHE instructions, and switch to use the existing
definitions in <asm/cacheops.h>.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Gleb Natapov <gleb@kernel.org>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11893/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kvm/emulate.c