diff options
Diffstat (limited to 'usr/src/uts/sun4v/sys/machcpuvar.h')
-rw-r--r-- | usr/src/uts/sun4v/sys/machcpuvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/sys/machcpuvar.h b/usr/src/uts/sun4v/sys/machcpuvar.h index ee0f7f7498..867c3894fe 100644 --- a/usr/src/uts/sun4v/sys/machcpuvar.h +++ b/usr/src/uts/sun4v/sys/machcpuvar.h @@ -151,6 +151,7 @@ struct machcpu { uint64_t mondo_data_ra; /* mono data pa */ uint16_t *cpu_list; /* uint16_t [NCPU] */ uint64_t cpu_list_ra; /* cpu list ra */ + id_t cpu_ipipe; /* cpu exec unit id */ }; typedef struct machcpu machcpu_t; |