mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-18 22:04:22 +01: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 #901 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
61
|
62
|
||||||
|
|||||||
Reference in New Issue
Block a user