Print this page
patch delete-t_stime
patch remove-load-flag
patch remove-dont-swap-flag

*** 427,438 **** t->t_startpc = proc; t->t_procp = pp; t->t_clfuncs = &sys_classfuncs.thread; t->t_cid = syscid; t->t_pri = pri; ! t->t_stime = ddi_get_lbolt(); ! t->t_schedflag = TS_LOAD | TS_DONT_SWAP; t->t_bind_cpu = PBIND_NONE; t->t_bindflag = (uchar_t)default_binding_mode; t->t_bind_pset = PS_NONE; t->t_plockp = &pp->p_lock; t->t_copyops = NULL; --- 427,437 ---- t->t_startpc = proc; t->t_procp = pp; t->t_clfuncs = &sys_classfuncs.thread; t->t_cid = syscid; t->t_pri = pri; ! t->t_schedflag = 0; t->t_bind_cpu = PBIND_NONE; t->t_bindflag = (uchar_t)default_binding_mode; t->t_bind_pset = PS_NONE; t->t_plockp = &pp->p_lock; t->t_copyops = NULL;