Print this page
6583 remove whole-process swapping

*** 872,884 **** } while (all && cur != NULL); if (sep->se_failed != 0) { char *reason; switch (sep->se_failed) { - case FSI_FAIL_NOTINMEMORY: - reason = "thread not in memory"; - break; case FSI_FAIL_THREADCORRUPT: reason = "thread structure stack info corrupt"; break; case FSI_FAIL_STACKNOTFOUND: reason = "no consistent stack found"; --- 872,881 ----