···1088108810891089early_param("maxcpus", maxcpus);1090109010911091+#if (NR_CPUS > 1)10911092/* Setup number of possible processor ids */10921093unsigned int nr_cpu_ids __read_mostly = NR_CPUS;10931094EXPORT_SYMBOL(nr_cpu_ids);10951095+#endif1094109610951097/* An arch may set nr_cpu_ids earlier if needed, so this would be redundant */10961098void __init setup_nr_cpu_ids(void)