freebsd-dev/lib/libthr/arch/i386
Mike Makonnen 509d72c4b9 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
2003-05-21 08:21:24 +00:00
..
i386 o Make the defenition of _set_curthread() match its declaration 2003-05-21 08:21:24 +00:00
Makefile.inc