Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2003 16:00:29 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h
Message-ID:  <200309192300.h8JN0Ta8065532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309192300.h8JN0Ta8065532>