kvm: remove the duplicated cpumask_clear
authorYinghai Lu <yinghai@kernel.org>
Thu, 11 Jun 2009 22:09:00 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Jun 2009 03:04:37 +0000 (20:04 -0700)
commitaee74f3bb3f4fb5dbeae8c1947c6d8ebdc19ee01
treefd86fd5a4f8adf8d185c1bfb8972253570958cdf
parent12274e96b42884f043dfaa87eb1e5e10281bfac3
kvm: remove the duplicated cpumask_clear

zalloc_cpumask_var already cleared it.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
virt/kvm/kvm_main.c