diff options
-rw-r--r-- | kernel/time/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/time/Kconfig b/kernel/time/Kconfig index 3ce6e8c5f3fc..f448513a45ed 100644 --- a/kernel/time/Kconfig +++ b/kernel/time/Kconfig | |||
@@ -124,7 +124,7 @@ config NO_HZ_FULL | |||
124 | endchoice | 124 | endchoice |
125 | 125 | ||
126 | config NO_HZ_FULL_ALL | 126 | config NO_HZ_FULL_ALL |
127 | bool "Full dynticks system on all CPUs by default" | 127 | bool "Full dynticks system on all CPUs by default (except CPU 0)" |
128 | depends on NO_HZ_FULL | 128 | depends on NO_HZ_FULL |
129 | help | 129 | help |
130 | If the user doesn't pass the nohz_full boot option to | 130 | If the user doesn't pass the nohz_full boot option to |