of_get_next_cpu_node
EXPORT_SYMBOL(of_get_next_cpu_node);
for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
cpu = of_get_next_cpu_node(cpu))
extern struct device_node *of_get_next_cpu_node(struct device_node *prev);