1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-08-24 02:31:12 +00:00

kernel/configs: enable CONFIG_X86_MPPARSE

Firecracker needs CONFIG_X86_MPPARSE to support `vcpu_count`, otherwise the
amount of cpus wil always be 1.

fixes 

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2020-01-14 16:55:36 +00:00
parent cb559c1449
commit a95b359861
2 changed files with 5 additions and 1 deletions
kernel
configs/fragments/x86_64
kata_config_version

View File

@ -1 +1,5 @@
CONFIG_X86_INTEL_PSTATE=y 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