Cell and new CPU feature bits

Olof Johansson olof at lixom.net
Sat May 27 01:16:49 EST 2006


On Fri, May 26, 2006 at 05:33:51PM +1000, Benjamin Herrenschmidt wrote:

> > Do we see this likely to be used in "global userspace", or more likely
> > in the processor-specific glibc sections? If it's in the
> > processor-specific ones, maybe we should have a per-processor bitfield
> > with erratas/features instead of a global one. That'd make allocation
> > easier too.
> 
> Do we have to deal with that many errata that affect userland ? It's
> generally an area where processors are fairly well validated... I don't
> think we need to scale up that much on this one.

Right, amount of erratas should be limited. BUt the amount of features
can be larger, especially as they grow over time and never go away.

> > > Yes, I think a new CPU feature bit for that too is needed. Not much of
> > > these left...
> > 
> > Well, are these instructions architected in some later version past
> > 2.02? If so, the bit is only needed on the older processors -- yet again
> > a case for sub-feature/errata bitmasks.
> 
> I have to check but I suspect it's still optional.

Ok. Features like that tend to be implementation-specific in the firt
processor they show up in, and later make it into the architecture.
That's why I'm asking. :-)

-Olof



More information about the Linuxppc-dev mailing list