diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:49 -0600 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2018-02-27 22:34:49 -0600 |
commit | 00831e690c4581ee8f0f92902ebdb75304bde817 (patch) | |
tree | 55a37b9cc5d60ad047631ffb39d2f822a22d6d39 /includes/x86/processor-platform.h | |
parent | d95f107ef2b9e82c341060be0def97d7bfa430b9 (diff) | |
parent | 09fcc751ef158898c315ebc9299a0fa3a722d914 (diff) |
Update upstream source from tag 'upstream/0.5.1+git20180227'
Update to upstream version '0.5.1+git20180227'
with Debian dir 7ca675e2ccb4367b7cc5b255a36b5173afaf9d2c
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 { |