mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +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 #901 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
cb559c1449
commit
a95b359861
@ -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
|
||||
|
@ -1 +1 @@
|
||||
61
|
||||
62
|
||||
|
Loading…
Reference in New Issue
Block a user