Merge pull request #902 from devimc/topic/kernel/fixFcVcpuCount

kernel/configs: enable CONFIG_X86_MPPARSE
This commit is contained in:
Salvador Fuentes
2020-01-14 14:47:14 -06:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,5 @@
CONFIG_X86_INTEL_PSTATE=y
# For old smp systems that do not have proper acpi support.
# Firecracker needs this to support `vcpu_count`
CONFIG_X86_MPPARSE=y

View File

@@ -1 +1 @@
61
62