Implementing TLS: step 1

Marcel Moolenaar marcel at xcllnt.net
Thu Jun 19 21:17:59 PDT 2003


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 at xcllnt.net


More information about the freebsd-threads mailing list