K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-05T19:37:20.000000Z K 7 svn:log V 343 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. END