projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6587457
)
cpumask: fix cpu-hotplug documentation
author
Rusty Russell
<
[email protected]
>
Thu, 5 Mar 2015 00:17:49 +0000
(10:47 +1030)
committer
Rusty Russell
<
[email protected]
>
Thu, 5 Mar 2015 03:07:01 +0000
(13:37 +1030)
It refers to an obsolete function.
Signed-off-by: Rusty Russell <
[email protected]
>
Cc: Jonathan Corbet <
[email protected]
>
Cc:
[email protected]
Documentation/cpu-hotplug.txt
patch
|
blob
|
history
diff --git
a/Documentation/cpu-hotplug.txt
b/Documentation/cpu-hotplug.txt
index a0b005d2bd95ce8d0251679adc90002a6e3b4809..f9ad5e048b111297549df37cc6a6fc8bff1fc75a 100644
(file)
--- a/
Documentation/cpu-hotplug.txt
+++ b/
Documentation/cpu-hotplug.txt
@@
-108,7
+108,7
@@
Never use anything other than cpumask_t to represent bitmap of CPUs.
for_each_possible_cpu - Iterate over cpu_possible_mask
for_each_online_cpu - Iterate over cpu_online_mask
for_each_present_cpu - Iterate over cpu_present_mask
- for_each_cpu
_mask(x,mask)
- Iterate over some random collection of cpu mask.
+ for_each_cpu
(x,mask)
- Iterate over some random collection of cpu mask.
#include <linux/cpu.h>
get_online_cpus() and put_online_cpus():