cvs commit: src/sys/ia64/ia64 machdep.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat May 31 14:07:10 PDT 2003
marcel 2003/05/31 14:07:08 PDT
FreeBSD src repository
Modified files:
sys/ia64/ia64 machdep.c
Log:
Implement set_mcontext() and get_mcontext(). Just as for sendsig() and
sigreturn(), we cheat and assume the preserved registers are still
on-chip and unmodified. This is actually the case, but more by accident
than by design. We need to use unwinding eventually or explicitly
compile the kernel in a way that the compiler steers clear from using
the preserved registers completely.
Revision Changes Path
1.138 +14 -4 src/sys/ia64/ia64/machdep.c
More information about the cvs-src
mailing list