From owner-cvs-src@FreeBSD.ORG Sat Nov 6 03:30:53 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6653416A4CE; Sat, 6 Nov 2004 03:30:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 463C643D49; Sat, 6 Nov 2004 03:30:53 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA63UrI6056162; Sat, 6 Nov 2004 03:30:53 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA63UrIe056161; Sat, 6 Nov 2004 03:30:53 GMT (envelope-from peter) Message-Id: <200411060330.iA63UrIe056161@repoman.freebsd.org> From: Peter Wemm Date: Sat, 6 Nov 2004 03:30:53 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/arch/i386/i386 _setcurthread.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 03:30:53 -0000 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