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

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

Diff for /src/sys/kern/kern_lwp.c between version 1.28 and 1.28.4.1

version 1.28, 2004/10/06 08:55:27 version 1.28.4.1, 2005/04/29 11:29:23
Line 241  lwp_suspend(struct lwp *l, struct lwp *t
Line 241  lwp_suspend(struct lwp *l, struct lwp *t
                         panic("_lwp_suspend: Stopped LWP in running process!");                          panic("_lwp_suspend: Stopped LWP in running process!");
                         break;                          break;
                 case LSONPROC:                  case LSONPROC:
                         panic("XXX multiprocessor LWPs? Implement me!");                          /* XXX multiprocessor LWPs? Implement me! */
                         break;                          return (EINVAL);
                 }                  }
         }          }
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.28.4.1

CVSweb <webmaster@jp.NetBSD.org>