[BACK]Return to uvm_glue.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / uvm

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/uvm/uvm_glue.c between version 1.78 and 1.78.6.1

version 1.78, 2004/03/24 07:50:48 version 1.78.6.1, 2005/11/06 00:24:20
Line 602  uvm_swapout_threads()
Line 602  uvm_swapout_threads()
                         continue;                          continue;
                 switch (l->l_stat) {                  switch (l->l_stat) {
                 case LSONPROC:                  case LSONPROC:
                         KDASSERT(l->l_cpu != curcpu());  
                         continue;                          continue;
   
                 case LSRUN:                  case LSRUN:

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.78.6.1

CVSweb <webmaster@jp.NetBSD.org>