Searched refs:node_shift (Results 1 – 1 of 1) sorted by relevance
100 unsigned int cfg, topology, node_shift, maxcpus; in vsmp_cap_cpus() local117 node_shift = (topology >> 16) & 0x7; in vsmp_cap_cpus()118 if (!node_shift) in vsmp_cap_cpus()120 node_shift = 8; in vsmp_cap_cpus()121 maxcpus = (topology & ((1 << node_shift) - 1)) + 1; in vsmp_cap_cpus()
Completed in 3 milliseconds