Date: Tue, 5 Aug 2003 12:37:20 -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: <200308051937.h75JbK3M055583@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051937.h75JbK3M055583>