Home
last modified time | relevance | path

Searched refs:node_width (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c902 static int width, node_width; in announce_cpu() local
907 if (!node_width) in announce_cpu()
908 node_width = num_digits(num_possible_nodes()) + 1; /* + '#' */ in announce_cpu()
920 node_width - num_digits(node), " ", node); in announce_cpu()