Re: [guv v2 18/31] s390: Replace __get_cpu_var uses

2013-08-27 Thread Heiko Carstens
On Mon, Aug 26, 2013 at 08:44:40PM +, Christoph Lameter wrote: > __get_cpu_var() is used for multiple purposes in the kernel source. One of > them is > address calculation via the form &__get_cpu_var(x). This calculates the > address for > the instance of the percpu variable of the current pr

[guv v2 18/31] s390: Replace __get_cpu_var uses

2013-08-26 Thread Christoph Lameter
__get_cpu_var() is used for multiple purposes in the kernel source. One of them is address calculation via the form &__get_cpu_var(x). This calculates the address for the instance of the percpu variable of the current processor based on an offset. Others usage cases are for storing and retrievin