Re: [WTF?] sys_tas() on m32r

From: Hirokazu Takata
Date: Tue Dec 27 2005 - 01:37:15 EST


From: Lee Revell <rlrevell@xxxxxxxxxxx>
Date: Fri, 23 Dec 2005 14:10:34 -0500
> No one uses LinuxThreads anymore?
>
> Even the oldest of the old (Debian stable) have moved to NPTL.
>
> Lee
>

Of course, I hope to migrate from LinuxThreads to NPTL.
I think it is necessary because LinuxThreads is deprecated as you said.

BTW, to port NPTL, GNU tools with TLS support are required for m32r.
We need much work to prepare tools before implementing kernel and NPTL. ;-)

On the other hand, I'm not certain that supporting NPTL is really good
thing for embedded processors like m32r.

A thread pointer register is required to keep an thread pointer value
all the time; I'm anxious that this will increase register pressure
and worsen code performance...

-- Takata
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/