From 09fcc751ef158898c315ebc9299a0fa3a722d914 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 27 Feb 2018 22:34:48 -0600 Subject: New upstream version 0.5.1+git20180227 --- includes/x86/processor-platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/x86/processor-platform.h') 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 { -- cgit v1.2.3