summaryrefslogtreecommitdiff
path: root/x86info.c
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2011-02-22 19:24:23 -0500
committerDave Jones <davej@redhat.com>2011-02-22 19:24:23 -0500
commit5cd155a02560f8d253b429a77cb03416c2607825 (patch)
tree6e669af515b3b1c5443a4a1d679cbf9c71f07a3f /x86info.c
parent281b6aa06f0feb1f2d8cceb933ac941982e600c6 (diff)
these aren't really registers, so rename accordingly
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 e7a4efb..77df0c7 100644
--- a/x86info.c
+++ b/x86info.c
@@ -37,7 +37,7 @@ static void display_detailed_info(struct cpudata *cpu)
bind_cpu(cpu); /* FIXME: Eventually remove once 'gather' has all the per-cpu stuff */
show_info(cpu);
- if (show_registers) {
+ if (show_cpuid) {
dumpregs(cpu->number, 0, cpu->cpuid_level);
if (cpu->maxei >=0x80000000)
dumpregs (cpu->number, 0x80000000, cpu->maxei);