]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Save and restore the high FP registers in {g|s}_mcontext(). Note
authorMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 11 Nov 2003 09:53:37 +0000 (09:53 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Tue, 11 Nov 2003 09:53:37 +0000 (09:53 +0000)
commita5ba2b5cc4d72b13cfb66af436ed0b981b7c94b7
treedc1fa041cb5acbe45730641c4d05f48cbbd361c3
parent9d52656a5ad2d25c578cb6c7ae52a7a03f36dc34
Save and restore the high FP registers in {g|s}_mcontext(). Note
that we currently do not keep track of whether the thread has
actually used the high FP registers before. If not, we should
not save them in the context which automaticly means that we
also would not restore them from the context. For now, do it
unconditionally so that we can reach functional completeness.
sys/ia64/ia64/machdep.c