summaryrefslogtreecommitdiff
path: root/x86info.h
diff options
context:
space:
mode:
authorDave Jones <davej@redhat.com>2008-07-02 19:27:47 -0400
committerDave Jones <davej@redhat.com>2008-07-02 19:27:47 -0400
commit403b5609019923b453da2f9e4d34e325b2f4b362 (patch)
tree58cd8b701cec9360497ffe35d19fd2d7c647ce44 /x86info.h
parenteaf20e9586a95e99cafa28e7e15c0518fe347598 (diff)
Decode Intel brand strings.
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 fe8da06..4db09c9 100644
--- a/x86info.h
+++ b/x86info.h
@@ -64,7 +64,6 @@ struct cpudata {
unsigned int emodel;
unsigned int stepping;
unsigned int type;
- unsigned int brand;
unsigned int cachesize_L1_I, cachesize_L1_D;
unsigned int cachesize_L2;
unsigned int cachesize_L3;
@@ -82,6 +81,7 @@ struct cpudata {
char *datasheet_url;
char *errata_url;
/* Intel specific bits */
+ unsigned int brand;
unsigned int apicid;
char serialno[30];
};