cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h
Marcel Moolenaar
marcel at FreeBSD.org
Tue Aug 5 12:37:21 PDT 2003
marcel 2003/08/05 12:37:20 PDT
FreeBSD src repository
Modified files:
lib/libpthread/arch/ia64/include pthread_md.h
Log:
Define THR_GETCONTEXT and THR_SETCONTEXT in terms of the userland
context functions. We don't need to enter the kernel anymore. The
contexts are compatible (ie a context created by getcontext() can
be restored by _ia64_restore_context()).
While here, make the use of THR_ALIGNBYTES and THR_ALIGN a no-op.
They are going to be removed anyway.
Revision Changes Path
1.4 +5 -4 src/lib/libpthread/arch/ia64/include/pthread_md.h
More information about the cvs-src
mailing list