aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f291f086caa1..b3782c6d5ede 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -917,6 +917,15 @@ config KMOD
917 917
918endif # MODULES 918endif # MODULES
919 919
920config INIT_ALL_POSSIBLE
921 bool
922 help
923 Back when each arch used to define their own cpu_online_map and
924 cpu_possible_map, some of them chose to initialize cpu_possible_map
925 with all 1s, and others with all 0s. When they were centralised,
926 it was better to provide this option than to break all the archs
927 and have several arch maintainers persuing me down dark alleys.
928
920config STOP_MACHINE 929config STOP_MACHINE
921 bool 930 bool
922 default y 931 default y