diff options
author | David Runge <dave@sleepmap.de> | 2020-06-23 18:38:03 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-06-23 18:38:03 +0200 |
commit | 1964be0ae4e050b928e27d28df7bc209a8632e11 (patch) | |
tree | 170e4c6a2df40ab7b249721e320be5fa582d9a84 /config | |
parent | 8d14bd047aedb70ec6cb3f93d72b378fb8108ae8 (diff) |
Upgrading to 5.4.47.28.
Setting CONFIG_HZ_1000=y and CONFIG_HZ=1000.
Diffstat (limited to 'config')
-rw-r--r-- | config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.4.44 Kernel Configuration +# Linux/x86 5.4.47 Kernel Configuration # # @@ -451,9 +451,9 @@ CONFIG_EFI_MIXED=y CONFIG_SECCOMP=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set -CONFIG_HZ_300=y -# CONFIG_HZ_1000 is not set -CONFIG_HZ=300 +# CONFIG_HZ_300 is not set +CONFIG_HZ_1000=y +CONFIG_HZ=1000 CONFIG_SCHED_HRTICK=y CONFIG_KEXEC=y CONFIG_KEXEC_FILE=y |