Skip to content

Commit d0c1f8d

Browse files
andy-shevJonathan Corbet
authored andcommitted
docs: kernel-parameters: Refer to the correct bitmap function
The parser of the CPU lists is bitmap_parselist() that supports special notations with the plain numbers. bitmap_parse() never supported those and will fail in case one will try it. Fixes: b18def1 ("bitmap_parse: Support 'all' semantics") Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230817140432.507889-1-andriy.shevchenko@linux.intel.com
1 parent 5797f5f commit d0c1f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The special case-tolerant group name "all" has a meaning of selecting all CPUs,
8080
so that "nohz_full=all" is the equivalent of "nohz_full=0-N".
8181

8282
The semantics of "N" and "all" is supported on a level of bitmaps and holds for
83-
all users of bitmap_parse().
83+
all users of bitmap_parselist().
8484

8585
This document may not be entirely up to date and comprehensive. The command
8686
"modinfo -p ${modulename}" shows a current list of all parameters of a loadable

0 commit comments

Comments
 (0)