]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: replace __raw_get_cpu_var uses
authorChristoph Lameter <cl@linux.com>
Thu, 6 Mar 2014 00:05:26 +0000 (11:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 07:13:45 +0000 (18:13 +1100)
commitbbb76a60a1f67a93c8764a3e40357f7ca48c2691
treeba862c25b0edd368967e652bf7fb0bd07587d628
parent8da59165367158012654dad6c7d0a42a57275340
watchdog: replace __raw_get_cpu_var uses

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.

Signed-off-by: Christoph Lameter <cl@linux.com>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/watchdog.c