mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 15:32:30 +00:00
kernel: config CONFIG_NO_HZ_FULL
Moved CONFIG_NO_HZ_FULL config to each arch base.conf. The config CONFIG_NO_HZ_FULL depends on CONFIG_HAVE_CONTEXT_TRACKING. See https://github.com/torvalds/linux/blob/ a811c1fa0a02c062555b54651065899437bacdbe/kernel/time/Kconfig#L96 The context tracking is not supported on s390x yet. See https://github.com/torvalds/linux/blob/ a811c1fa0a02c062555b54651065899437bacdbe/Documentation/features/time/ context-tracking/arch-support.txt#L27 Signed-off-by: Alice Frosi <afrosi@de.ibm.com> Signed-off-by: Jakob-Naucke <jakob.naucke@ibm.com>
This commit is contained in:
parent
6dca74ba72
commit
62b45064d4
@ -41,3 +41,5 @@ CONFIG_ARM64_PMEM=y
|
||||
CONFIG_ARM64_RAS_EXTN=y
|
||||
CONFIG_ARM64_UAO=y
|
||||
# end of ARMv8.2 architectural feature
|
||||
|
||||
CONFIG_NO_HZ_FULL=y
|
||||
|
@ -23,7 +23,6 @@ CONFIG_HIGH_RES_TIMERS=y
|
||||
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
|
||||
CONFIG_GENERIC_MSI_IRQ=y
|
||||
CONFIG_NO_HZ=y
|
||||
CONFIG_NO_HZ_FULL=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_POSIX_TIMERS=y
|
||||
CONFIG_PROC_SYSCTL=y
|
||||
|
@ -18,3 +18,5 @@ CONFIG_RETPOLINE=y
|
||||
# Boot directly into the uncompressed kernel
|
||||
# Reduce memory footprint
|
||||
CONFIG_PVH=y
|
||||
|
||||
CONFIG_NO_HZ_FULL=y
|
||||
|
Loading…
Reference in New Issue
Block a user