summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-03-29 15:38:31 +1030
committerVarun Wadekar <vwadekar@nvidia.com>2012-04-18 18:27:11 +0530
commit25a7c07cf75f8c0bf16f86dc651490a7b15ce560 (patch)
tree553be0a053d819220774624af1815f7e0268cb36 /init
parent1c9ebcff52a9073798119dfec2b8a0b46c34b992 (diff)
documentation: remove references to cpu_*_map.
This has been obsolescent for a while, fix documentation and misc comments. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 866bf93d8072..a7cffc835964 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1420,8 +1420,8 @@ endif # MODULES
config INIT_ALL_POSSIBLE
bool
help
- Back when each arch used to define their own cpu_online_map and
- cpu_possible_map, some of them chose to initialize cpu_possible_map
+ Back when each arch used to define their own cpu_online_mask and
+ cpu_possible_mask, some of them chose to initialize cpu_possible_mask
with all 1s, and others with all 0s. When they were centralised,
it was better to provide this option than to break all the archs
and have several arch maintainers pursuing me down dark alleys.