diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 9 |
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 | ||
918 | endif # MODULES | 918 | endif # MODULES |
919 | 919 | ||
920 | config 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 | |||
920 | config STOP_MACHINE | 929 | config STOP_MACHINE |
921 | bool | 930 | bool |
922 | default y | 931 | default y |