freebsd-dev/lib/libkse/arch/ia64
Marcel Moolenaar 47eb01b822 Simplify the contexts created by the kernel and remove the related
flags. We now create asynchronous contexts or syscall contexts only.
Syscall contexts differ from the minimal ABI dictated contexts by
having the scratch registers saved and restored because that's where
we keep the syscall arguments and syscall return values.
Since this change affects KSE, have it use kse_switchin(2) for the
"new" syscall context.
2003-12-07 20:47:33 +00:00
..
ia64 Stop using the setcontext() syscall to restore an async context. 2003-09-19 22:54:05 +00:00
include Simplify the contexts created by the kernel and remove the related 2003-12-07 20:47:33 +00:00
Makefile.inc Rethink the MD interfaces for libpthread to account for 2003-08-05 22:46:00 +00:00