]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
MIPS: KVM: Fix unused variable build warning
authorNicholas Mc Guire <hofrat@osadl.org>
Fri, 8 May 2015 15:38:52 +0000 (17:38 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 12 May 2015 21:53:56 +0000 (23:53 +0200)
commit5f508c43a7648baa892528922402f1e13f258bd4
treedfcc3d731929615566bad2140eb6f91debe9fb57
parent2d2ec2f7c9560aa12417e5d8c26fe159cfdd3827
MIPS: KVM: Fix unused variable build warning

As kvm_mips_complete_mmio_load() did not yet modify PC at this point
as James Hogans <james.hogan@imgtec.com> explained the curr_pc variable
and the comments along with it can be dropped.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Link: http://lkml.org/lkml/2015/5/8/422
Cc: Gleb Natapov <gleb@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: James Hogan <james.hogan@imgtec.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9993/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kvm/emulate.c