X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=init%2FKconfig;h=6cfd71d064637a0335677e7e2f7d73d941c50fe4;hb=be3f3f2ce6029d622d158de4274f86e3b47c9c03;hp=72f33faca44fbef6734cdce724090c917ccf52b9;hpb=1c036588772d01655d851f75dffc27c971e072e2;p=~andy%2Flinux diff --git a/init/Kconfig b/init/Kconfig index 72f33faca44..6cfd71d0646 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1414,8 +1414,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.