aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/lscpu-api.h')
-rw-r--r--sys-utils/lscpu-api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-utils/lscpu-api.h b/sys-utils/lscpu-api.h
index 61932cb008..3086d80935 100644
--- a/sys-utils/lscpu-api.h
+++ b/sys-utils/lscpu-api.h
@@ -49,7 +49,6 @@ struct lscpu_cputype {
int dispatching; /* -1 if not evailable, DIST_* */
int freqboost; /* -1 if not evailable */
- int *addresses; /* physical cpu addresses */
int *configured; /* cpu configured */
int physsockets; /* Physical sockets (modules) */
int physchips; /* Physical chips */
@@ -103,7 +102,7 @@ struct lscpu_cpu {
int drawerid;
int polarization; /* POLAR_* */
-
+ int address; /* physical cpu address */
};
struct lscpu_arch {