summaryrefslogtreecommitdiff
path: root/x86info.h
diff options
context:
space:
mode:
authorAndre <andre.neo.net@gmail.com>2011-01-20 21:23:59 +0000
committerDave Jones <davej@redhat.com>2011-01-20 16:42:18 -0500
commitca28d4ef5a2cb40e64674aebcdf5427d8cf33511 (patch)
tree3a23ec9bee1eb08597f1c66b2472a55b9d5fdb36 /x86info.h
parentf18c7e01887fecfd78d9488384d3494f15818c0a (diff)
Add and show info about virtual and physical address sizes
Diffstat (limited to 'x86info.h')
-rw-r--r--x86info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/x86info.h b/x86info.h
index 2e6e19f..1896d32 100644
--- a/x86info.h
+++ b/x86info.h
@@ -71,6 +71,8 @@ struct cpudata {
unsigned int cachesize_L2;
unsigned int cachesize_L3;
unsigned int cachesize_trace;
+ unsigned int phyaddr_bits;
+ unsigned int viraddr_bits;
unsigned int cpuid_level, maxei, maxei2;
char name[CPU_NAME_LEN];
enum connector connector;