cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c
Peter Wemm
peter at FreeBSD.org
Sat Nov 6 03:30:53 GMT 2004
peter 2004-11-06 03:30:53 UTC
FreeBSD src repository
Modified files:
lib/libthr/arch/i386/i386 _setcurthread.c
Log:
Use the recently exposed fs/gs set functions when compiling libthr to
run as a 32 bit support library for an amd64 kernel. 32 bit consumers of
libthr have zero chance of running on an amd64 kernel since we don't
implement the i386_set_ldt() family of functions. Note that this commit
doesn't make it actually work, it just removes one more obstacle.
Revision Changes Path
1.16 +12 -0 src/lib/libthr/arch/i386/i386/_setcurthread.c
More information about the cvs-src
mailing list