cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h

Marcel Moolenaar marcel at FreeBSD.org
Fri Sep 19 16:00:30 PDT 2003


marcel      2003/09/19 16:00:28 PDT

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/ia64/include pthread_md.h 
  Log:
  _ia64_break_setcontext() now takes a mcontext_t. While here, define
  THR_SETCONTEXT as PANIC(). The THR_SETCONTEXT macro is currently not
  used, which means that the definition we had could be wrong, overly
  pessimistic or unknowingly right. I don't like the odds...
  
  The new _ia64_break_setcontext() and corresponding kernel fixes make
  KSE mostly usable. There's still a case where we don't properly
  restore a context and end up with a NaT consumption fault (typically
  an indication for not handling NaT collection points correctly),
  but at least now mutex_d works...
  
  Revision  Changes    Path
  1.10      +3 -10     src/lib/libpthread/arch/ia64/include/pthread_md.h


More information about the cvs-src mailing list