cvs commit: src/lib/libpthread/arch/amd64/amd64 context.S
Daniel Eischen
deischen at FreeBSD.org
Mon Sep 15 17:00:54 PDT 2003
deischen 2003/09/15 17:00:53 PDT
FreeBSD src repository
Modified files:
lib/libpthread/arch/amd64/amd64 context.S
Log:
Remove a comment that questioned why the size of the FPU
state for amd64 was twice as large as necessary. Peter
recently fixed this, so the comment no longer applies.
Also, since the size of struct mcontext changed, adjust
the threads library version of get&set context to match.
FYI, any change layout/size change to any arch's struct
mcontext will likely need some minor changes in libpthread.
Revision Changes Path
1.3 +1 -10 src/lib/libpthread/arch/amd64/amd64/context.S
More information about the cvs-src
mailing list