diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:48 -0600 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:48 -0600 |
commit | 09fcc751ef158898c315ebc9299a0fa3a722d914 (patch) | |
tree | 91116653d831ca5de92274277237ba2a42db3365 /includes/x86/processor-platform.h | |
parent | 11e616945340e87a1f567ab92e6dfac3068875b1 (diff) |
New upstream version 0.5.1+git20180227
Diffstat (limited to 'includes/x86/processor-platform.h')
-rw-r--r-- | includes/x86/processor-platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/x86/processor-platform.h b/includes/x86/processor-platform.h index 57a9830c..a89a831f 100644 --- a/includes/x86/processor-platform.h +++ b/includes/x86/processor-platform.h @@ -30,6 +30,9 @@ struct _ProcessorCache { gint size; gchar *type; gint ways_of_associativity; + gint uid; /* uid is unique among caches with the same (type, level) */ + gchar *shared_cpu_list; /* some kernel's don't give a uid, so try shared_cpu_list */ + gint phy_sock; }; struct _Processor { |