Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpumask: fix cpu-hotplug documentation

It refers to an obsolete function.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org

+1 -1
+1 -1
Documentation/cpu-hotplug.txt
··· 108 108 for_each_possible_cpu - Iterate over cpu_possible_mask 109 109 for_each_online_cpu - Iterate over cpu_online_mask 110 110 for_each_present_cpu - Iterate over cpu_present_mask 111 - for_each_cpu_mask(x,mask) - Iterate over some random collection of cpu mask. 111 + for_each_cpu(x,mask) - Iterate over some random collection of cpu mask. 112 112 113 113 #include <linux/cpu.h> 114 114 get_online_cpus() and put_online_cpus():