]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a comment that questioned why the size of the FPU
authorDaniel Eischen <deischen@FreeBSD.org>
Tue, 16 Sep 2003 00:00:53 +0000 (00:00 +0000)
committerDaniel Eischen <deischen@FreeBSD.org>
Tue, 16 Sep 2003 00:00:53 +0000 (00:00 +0000)
commita87a12715cd278f5968e823bbcb657b65ced6bbc
treec533a3409ddb35b0f333bad3d69765166d29fbc7
parent2b9de089a78f63a00ed886735324a70491e05e1c
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.
lib/libkse/arch/amd64/amd64/context.S
lib/libpthread/arch/amd64/amd64/context.S