kvm: selftests: hide vcpu_setup in processor code
[linux-2.6-microblaze.git] / tools / testing / selftests / kvm / x86_64 / kvm_create_max_vcpus.c
index 50e9299..e5d9805 100644 (file)
@@ -34,7 +34,7 @@ void test_vcpu_creation(int first_vcpu_id, int num_vcpus)
                int vcpu_id = first_vcpu_id + i;
 
                /* This asserts that the vCPU was created. */
-               vm_vcpu_add(vm, vcpu_id, 0, 0);
+               vm_vcpu_add(vm, vcpu_id);
        }
 
        kvm_vm_free(vm);