On Thu, Jul 24, 2003 at 11:00:32AM -0700, Jeff Bailey wrote: > As far as I know, NPTL doesn't have a hard requirement for Linux. The > constructs that it doesn need (futexs, kernel threads, etc.) appear to > be possible to support cleanly on L4.
A futex will hardly be possible in L4, it will have to be replaced by the conventional wait queue for local locks and wait queues in the physical memory server (or some other server) for shared locks. However, this is still possible with NPTL. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org [EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/

