mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-18 22:04:22 +01:00
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>