···4949extern cpumask_t phys_cpu_present_map;5050#define cpu_possible_map phys_cpu_present_map51515252-extern cpumask_t cpu_callout_map;5353-/* We don't mark CPUs online until __cpu_up(), so we need another measure */5454-static inline int num_booting_cpus(void)5555-{5656- return cpus_weight(cpu_callout_map);5757-}5858-5952/*6053 * These are defined by the board-specific code.6154 */