mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
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>
This commit is contained in:
parent
12274e96b4
commit
aee74f3bb3
1 changed files with 0 additions and 1 deletions
|
@ -2604,7 +2604,6 @@ int kvm_init(void *opaque, unsigned int vcpu_size,
|
|||
r = -ENOMEM;
|
||||
goto out_free_0;
|
||||
}
|
||||
cpumask_clear(cpus_hardware_enabled);
|
||||
|
||||
r = kvm_arch_hardware_setup();
|
||||
if (r < 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue