Print this page
patch remove-load-flag
patch remove-on-swapq-flag

@@ -2679,17 +2679,14 @@
                                 cpu_t *ocp = tp->t_cpu;
 
                                 (void) dispdeq(tp);
                                 setbackdq(tp);
                                 /*
-                                 * Either on the bound CPU's disp queue now,
-                                 * or swapped out or on the swap queue.
+                                 * On the bound CPU's disp queue now.
                                  */
                                 ASSERT(tp->t_disp_queue == cp->cpu_disp ||
-                                    tp->t_weakbound_cpu == ocp ||
-                                    (tp->t_schedflag & (TS_LOAD | TS_ON_SWAPQ))
-                                    != TS_LOAD);
+                                    tp->t_weakbound_cpu == ocp);
                         }
                 }
         }
 
         /*