summaryrefslogtreecommitdiff
path: root/x86info.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2009-12-11 13:00:07 -0500
committerDave Jones <davej@redhat.com>2009-12-11 13:00:07 -0500
commitb0676afe2f59eb6ec3d14e2e50a49eb7db75877b (patch)
treebdfb59064fdcdc0ffa9d7f6606adac7bf452e97c /x86info.c
parent0817ae893516bd29289da4e5d614538b9810781d (diff)
improve the ht siblings text
Diffstat (limited to 'x86info.c')
-rw-r--r--x86info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86info.c b/x86info.c
index ce86aa1..834f7a7 100644
--- a/x86info.c
+++ b/x86info.c
@@ -425,7 +425,7 @@ int main (int argc, char **argv)
}
if (cpu->flags_edx & X86_FEATURE_HT && cpu->num_siblings > 1)
- printf(" with hyper-threading (%d siblings)", cpu->num_siblings-1);
+ printf(" with hyper-threading (%d threads per core)", cpu->num_siblings);
printf (" running at an estimated ");
display_MHz(cpu);