X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=init%2FKconfig;h=f6281711166d5dbeba4f55121547396d00b6ff2e;hb=2ca1a615835d9f4990f42102ab1f2ef434e7e89c;hp=13627191a60d194de08aaa4b410aa752cfd7cb21;hpb=6a94cb73064c952255336cc57731904174b2c58f;p=linux-2.6-omap-h63xx.git diff --git a/init/Kconfig b/init/Kconfig index 13627191a60..f6281711166 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -924,6 +924,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