|
@@ -369,6 +369,8 @@ struct gru_thread_state {
|
|
long ts_user_options;/* misc user option flags */
|
|
long ts_user_options;/* misc user option flags */
|
|
pid_t ts_tgid_owner; /* task that is using the
|
|
pid_t ts_tgid_owner; /* task that is using the
|
|
context - for migration */
|
|
context - for migration */
|
|
|
|
+ short ts_user_blade_id;/* user selected blade */
|
|
|
|
+ char ts_user_chiplet_id;/* user selected chiplet */
|
|
unsigned short ts_sizeavail; /* Pagesizes in use */
|
|
unsigned short ts_sizeavail; /* Pagesizes in use */
|
|
int ts_tsid; /* thread that owns the
|
|
int ts_tsid; /* thread that owns the
|
|
structure */
|
|
structure */
|