summaryrefslogtreecommitdiff
path: root/x86info.h
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.h
parent281b6aa06f0feb1f2d8cceb933ac941982e600c6 (diff)
these aren't really registers, so rename accordingly
Diffstat (limited to 'x86info.h')
-rw-r--r--x86info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86info.h b/x86info.h
index 6394658..56be0c6 100644
--- a/x86info.h
+++ b/x86info.h
@@ -200,7 +200,7 @@ extern unsigned int show_msr;
extern unsigned int show_microcode;
extern unsigned int show_mtrr;
extern unsigned int show_pm;
-extern unsigned int show_registers;
+extern unsigned int show_cpuid;
extern unsigned int show_urls;
extern unsigned int show_mptable;
extern unsigned int show_flags;