]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/xen/smp_hvm.c
xen/vcpu: Simplify xen_vcpu related code
[karo-tx-linux.git] / arch / x86 / xen / smp_hvm.c
index f18561bbf5c9112c84205d4ae927935c13aa5421..9e0fb9a015d4343fecf562a23ed9190c690d9e30 100644 (file)
@@ -12,7 +12,8 @@ static void __init xen_hvm_smp_prepare_boot_cpu(void)
        native_smp_prepare_boot_cpu();
 
        /*
-        * Setup vcpu_info for boot CPU.
+        * Setup vcpu_info for boot CPU. Secondary CPUs get their vcpu_info
+        * in xen_cpu_up_prepare_hvm().
         */
        xen_vcpu_setup(0);