We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b41be4 commit 46162acCopy full SHA for 46162ac
1 file changed
arch/parisc/kernel/topology.c
@@ -101,8 +101,8 @@ void __init store_cpu_topology(unsigned int cpuid)
101
102
update_siblings_masks(cpuid);
103
104
- pr_info("CPU%u: thread %d, cpu %d, socket %d\n",
105
- cpuid, cpu_topology[cpuid].thread_id,
+ pr_info("CPU%u: cpu core %d of socket %d\n",
+ cpuid,
106
cpu_topology[cpuid].core_id,
107
cpu_topology[cpuid].socket_id);
108
}
0 commit comments