VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Paul Menzel <pmenzel@molgen.mpg.de> 2020-08-11 11:29:23 +0200 committer: Petr Mladek <pmladek@suse.com> 2020-11-03 09:34:40 +0100 commit: 0f7636e1654338c34e3c220c02b2ffad78b6ccc0 parent: 8119c4332d253660e0a6b8748fe0749961cfbc97
Commit Summary:
init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/init/Kconfig b/init/Kconfig
index c9446911cf41..02d13ae27abb 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -719,7 +719,7 @@ config LOG_CPU_MAX_BUF_SHIFT
 	  with more CPUs. Therefore this value is used only when the sum of
 	  contributions is greater than the half of the default kernel ring
 	  buffer as defined by LOG_BUF_SHIFT. The default values are set
-	  so that more than 64 CPUs are needed to trigger the allocation.
+	  so that more than 16 CPUs are needed to trigger the allocation.
 
 	  Also this option is ignored when "log_buf_len" kernel parameter is
 	  used as it forces an exact (power of two) size of the ring buffer.