On Mon, 7 May 2007, Siddha, Suresh B wrote:

> > Ummm... The per cpu area is for exclusive use of a particular processor.
> > If there is contention in the per cpu area then a data object needs to be
> > removed from the per cpu area because the object is *not* accessed only
> > from a certain cpu.
> 
> Christoph, This data(that is being accessed by other cpus) also needs
> to be defined for each cpu and as such it is getting appended (and
> clearly seperated in a different section) to the data which is accessed
> only by the local cpu.
> 
> Not sure what your concern is.

Call this area "cpu shared" or so?

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

Reply via email to