K 10 svn:author V 5 peter K 8 svn:date V 27 2004-11-06T03:28:26.000000Z K 7 svn:log V 380 When building the custom i386 libraries for use on amd64 kernels, we can't use the i386_set_ldt() family of routines, because they are not implemented. Instead, use the recently exposed direct access sysarch routines for setting what %fs and %gs point to. Use this for the i386 TLS _set_tp() routine, but only when compiling to run as a 32 bit support binary for amd64 kernels. END