Re: [PATCH 10/31] watchdog: Replace __raw_get_cpu_var uses

2014-07-18 Thread Tejun Heo
On Fri, Jun 20, 2014 at 02:31:25PM -0500, Christoph Lameter wrote: > Most of these are the uses of &__raw_get_cpu_var for address calculation. > > touch_softlockup_watchdog_sync() uses __raw_get_cpu_var to write to > per cpu variables. Use __this_cpu_write instead. > > Cc: Wim Van Sebroeck > Cc:

[PATCH 10/31] watchdog: Replace __raw_get_cpu_var uses

2014-06-20 Thread Christoph Lameter
Most of these are the uses of &__raw_get_cpu_var for address calculation. touch_softlockup_watchdog_sync() uses __raw_get_cpu_var to write to per cpu variables. Use __this_cpu_write instead. Cc: Wim Van Sebroeck Cc: linux-watch...@vger.kernel.org Signed-off-by: Christoph Lameter Index: linux/k