Date: Sat, 20 Jul 2002 12:22:10 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S Message-ID: <200207201922.g6KJMAD3096810@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/07/20 12:22:10 PDT Added files: lib/libc_r/arch/ia64 _atomic_lock.S Log: Add an ia64 atomic lock primitive for libc_r. This is mostly for completeness and doesn't get us a working libc_r there because libc_r uses setjmp() and setjmp() cannot be used for context switches on ia64 as-is (or sparc64). Rather than making setjmp/longjmp behave like the *context() calls, it would be far better to make libc_r use *context() directly which is what they are for. Obtained from: marcel Revision Changes Path 1.1 +48 -0 src/lib/libc_r/arch/ia64/_atomic_lock.S (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207201922.g6KJMAD3096810>