Re: [PATCH 27/41] x86: Replace __get_cpu_var uses

2014-01-17 Thread H. Peter Anvin
On 01/17/2014 07:18 AM, Christoph Lameter wrote: > Cc: Thomas Gleixner > Cc: "H. Peter Anvin" > Cc: x...@kernel.org > Acked-by: Ingo Molnar > Signed-off-by: Christoph Lameter Acked-by: H. Peter Anvin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH 27/41] x86: Replace __get_cpu_var uses

2014-01-17 Thread Christoph Lameter
[Patch depends on another patch in this series that introduces raw_cpu_ops] __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 pro