Date: Sat, 6 Nov 2004 03:30:53 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c Message-ID: <200411060330.iA63UrIe056161@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411060330.iA63UrIe056161>