]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Adjust code to support AMD64, on AMD64, thread needs to set fsbase by
authorDavid Xu <davidxu@FreeBSD.org>
Thu, 19 Aug 2004 23:49:04 +0000 (23:49 +0000)
committerDavid Xu <davidxu@FreeBSD.org>
Thu, 19 Aug 2004 23:49:04 +0000 (23:49 +0000)
commit9027ac471c6f835a2604f2e787e7acc22fcf2c2a
treec2cbf5cdc79daabfc870a497148f30881083b1aa
parentf5eb80a9d33d61016bca24f88a9d035efb29b619
Adjust code to support AMD64, on AMD64, thread needs to set fsbase by
itself before it can execute any other code, so new thread should be
created with all signals are masked until after fsbase is set.
lib/libthr/arch/i386/i386/_setcurthread.c
lib/libthr/thread/thr_create.c
lib/libthr/thread/thr_private.h