K 10 svn:author V 3 mtm K 8 svn:date V 27 2003-05-21T08:21:24.000000Z K 7 svn:log V 412 o Make the defenition of _set_curthread() match its declaration in thr_private.h o Lock down the ldt_entries array and ldt_free, which points to the next free slot. As noted in the comments, it's necessary to special case the initial_thread because %gs is not setup for it yet. This is ok because that early in the program there won't be any reentrancy issues anyways. Approved by: re/blanket libthr END