From: Jason Wang <[email protected]> Signed-off-by: Jason Wang <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
diff --git a/x86/cstart.S b/x86/cstart.S index ae1fdbb..bc8d563 100644 --- a/x86/cstart.S +++ b/x86/cstart.S @@ -6,7 +6,7 @@ boot_idt = 0 ipi_vector = 0x20 -max_cpus = 4 +max_cpus = 64 .bss diff --git a/x86/cstart64.S b/x86/cstart64.S index ef09d82..71014d8 100644 --- a/x86/cstart64.S +++ b/x86/cstart64.S @@ -6,7 +6,7 @@ boot_idt = 0 ipi_vector = 0x20 -max_cpus = 4 +max_cpus = 64 .bss -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
