Merge pull request #923 from devimc/topic/kernel/fixMaxCpus

kernel: use the maximum number of CPUs supported by KVM
This commit is contained in:
Archana Shinde
2020-01-27 14:37:19 -08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -3,3 +3,6 @@ CONFIG_X86_CPUID=y
CONFIG_X86_MSR=y
CONFIG_X86_X2APIC=y
CONFIG_X86_VERBOSE_BOOTUP=y
# Use the maximum number of CPUs supported by KVM (240)
CONFIG_NR_CPUS=240

View File

@@ -1 +1 @@
63
64