cvs commit: src/sys/kern kern_thread.c

Marcel Moolenaar marcel at FreeBSD.org
Tue Dec 9 17:59:24 PST 2003


marcel      2003/12/09 17:59:23 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
  Log:
  Write the thread pointer (val) in the kse mailbox (loc) before we
  set the new context in kse_switchin(2). This allows us to return
  an error to the calling context when the suword() fails.
  
  Revision  Changes    Path
  1.165     +2 -2      src/sys/kern/kern_thread.c


More information about the cvs-src mailing list