KVM: ia64: remove unused variable in kvm_release_vm_pages()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Wed, 17 Oct 2012 15:03:42 +0000 (23:03 +0800)
committerMarcelo Tosatti <mtosatti@redhat.com>
Fri, 26 Oct 2012 20:51:12 +0000 (18:51 -0200)
commit787c57c0fb393fe8a3974d300ddcfe30373386fe
tree41634ddf34f98bd5651392c9f2f52caace1bd7f2
parent8ca40a70a70988c0bdea106c894843f763ca2989
KVM: ia64: remove unused variable in kvm_release_vm_pages()

The variable base_gfn is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Acked-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/ia64/kvm/kvm-ia64.c