Print this page
6583 remove whole-process swapping

@@ -161,17 +161,10 @@
 
         fsip->fsi_sobj_ops = (uintptr_t)thr.t_sobj_ops;
         fsip->fsi_tstate = thr.t_state;
         fsip->fsi_panic = !!(thr.t_flag & T_PANIC);
 
-        if ((thr.t_schedflag & TS_LOAD) == 0) {
-                if (print_warnings)
-                        mdb_warn("thread %p isn't in memory\n", addr);
-                fsip->fsi_failed = FSI_FAIL_NOTINMEMORY;
-                return (DCMD_ERR);
-        }
-
         if (thr.t_stk < thr.t_stkbase) {
                 if (print_warnings)
                         mdb_warn(
                             "stack base or stack top corrupt for thread %p\n",
                             addr);