diff options
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices.c b/modules/devices.c index d13334cc..0f33af48 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -173,6 +173,8 @@ gchar *processor_describe_default(GSList * processors) cpu_procs_cores_threads_nodes(&packs, &cores, &threads, &nodes); + /* NOTE: If this is changed, look at get_cpu_desc() in bench_results.c! */ + /* if topology info was available, else fallback to old method */ if (cores > 0) { packs_fmt = ngettext("%d physical processor", "%d physical processors", packs); |