summaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 13:51:27 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-12-04 13:51:27 +1100
commit3ce47ce285af9ef7b758f2952a68281ae74eef0d (patch)
tree75ada5f38f9661521d6d21777bbf4f871406b5dc /init/Kconfig
parent767d3a343ecdeb0800958e011f70ad1d54212447 (diff)
parent65bda29ca2ff88cbcd1c63a78574e105cd947b18 (diff)
Merge commit 'rr_cpumask/master'
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 504a63467e93..15f73066aada 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -927,6 +927,15 @@ config KMOD
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
+ 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 persuing me down dark alleys.
+
config STOP_MACHINE
bool
default y