Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 21:17:24 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        David Xu <davidxu@viatech.com.cn>
Cc:        Julian Elischer <julian@elischer.org>
Subject:   Re: Implementing TLS: step 1
Message-ID:  <20030620041724.GB28472@dhcp01.pn.xcllnt.net>
In-Reply-To: <006f01c336e0$231d8fe0$f001a8c0@davidw2k>
References:  <20030620034647.GB2260@dhcp01.pn.xcllnt.net> <006f01c336e0$231d8fe0$f001a8c0@davidw2k>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 20, 2003 at 11:57:58AM +0800, David Xu wrote:
> 
> Can you also look /sys/sys/kse.h, some structures have integer members,
> and we use fuword() and suword() in kernel, these functions take a long
> integer parameter, does it work on ia64 ? 

On ia64, fuword and suword operate on 64-bit entities (ie long). If
we use fuword and suword to access integer fields, we have a problem.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030620041724.GB28472>