cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include
ucontext.h
Marcel Moolenaar
marcel at FreeBSD.org
Thu Aug 7 00:52:40 PDT 2003
marcel 2003/08/07 00:52:39 PDT
FreeBSD src repository
Modified files:
sys/ia64/ia64 machdep.c
sys/ia64/include ucontext.h
Log:
Better define the flags in the mcontext_t and properly set the flags
when we create contexts. The meaning of the flags are documented in
<machine/ucontext.h>. I only list them here to help browsing the
commit logs:
_MC_FLAGS_ASYNC_CONTEXT
_MC_FLAGS_HIGHFP_VALID
_MC_FLAGS_KSE_SET_MBOX
_MC_FLAGS_RETURN_VALID
_MC_FLAGS_SCRATCH_VALID
Yes, _MC_FLAGS_KSE_SET_MBOX is a hack and I'm proud of it :-)
Revision Changes Path
1.148 +69 -33 src/sys/ia64/ia64/machdep.c
1.5 +52 -2 src/sys/ia64/include/ucontext.h
More information about the cvs-src
mailing list