Date: Wed, 25 Jun 2003 22:40:15 -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 Makefile.inc src/lib/libpthread/arch/ia64/ia64 context.S enter_uts.S Message-ID: <200306260540.h5Q5eF0N011847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/06/25 22:40:15 PDT
FreeBSD src repository
Modified files:
lib/libpthread/arch/ia64 Makefile.inc
Added files:
lib/libpthread/arch/ia64/ia64 context.S enter_uts.S
Log:
Implement _ia64_enter_uts(). The purpose of this function is to switch
the register stack and memory stack and call the function given to it.
While here, provide empty, non-working, stubs for the context functions
(_ia64_save_context() and _ia64_restore_context()) so that anyone can at
least compile libkse from CVS sources. Real implementations will follow
soon.
Revision Changes Path
1.3 +1 -1 src/lib/libpthread/arch/ia64/Makefile.inc
1.1 +40 -0 src/lib/libpthread/arch/ia64/ia64/context.S (new)
1.1 +60 -0 src/lib/libpthread/arch/ia64/ia64/enter_uts.S (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306260540.h5Q5eF0N011847>
