From owner-cvs-src@FreeBSD.ORG Thu Jul 31 02:42:34 2003 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 D04FA37B401; Thu, 31 Jul 2003 02:42:34 -0700 (PDT) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDD6D43FB1; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6V9gXwO093852; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9) with ESMTP id h6V9gXF1018231; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.9/8.12.9/Submit) id h6V9gXwV018230; Thu, 31 Jul 2003 02:42:33 -0700 (PDT) (envelope-from marcel) Date: Thu, 31 Jul 2003 02:42:32 -0700 From: Marcel Moolenaar To: David Xu Message-ID: <20030731094232.GA18170@dhcp01.pn.xcllnt.net> References: <200307310903.h6V93afH035975@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307310903.h6V93afH035975@repoman.freebsd.org> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/arch/amd64/include ksd.h 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: Thu, 31 Jul 2003 09:42:35 -0000 On Thu, Jul 31, 2003 at 02:03:36AM -0700, David Xu wrote: > davidxu 2003/07/31 02:03:36 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread/arch/amd64/include ksd.h > Log: > Set GSBASE for kse. Finally make libkse work on AMD64. Nice! Note however that on amd64 the compiler uses %fs instead of %gs for the thread pointer. It's probably a good idea to migrate from %gs to %fs (assuming it's not a compiler bug) before we have TLS support. JFYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net