Re: [patch 06/10] s390: Use generic percpu

2007-11-29 Thread Christoph Lameter
On Thu, 29 Nov 2007, Martin Schwidefsky wrote: > On Wed, 2007-11-28 at 13:09 -0800, Christoph Lameter wrote: > > s390 has a special way to determine the pointer to a per cpu area > > plus there is a way to access the base of the per cpu area of the > > currently executing processor. > > > > Note:

Re: [patch 06/10] s390: Use generic percpu

2007-11-29 Thread Martin Schwidefsky
On Wed, 2007-11-28 at 13:09 -0800, Christoph Lameter wrote: > s390 has a special way to determine the pointer to a per cpu area > plus there is a way to access the base of the per cpu area of the > currently executing processor. > > Note: I had to do a minor change to ASM code. Please check that >