commit | f7f66b05aa2ac2632c5441a3f129f3be827fe7e7 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Sun Aug 17 12:30:34 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 26 13:45:46 2014 -0400 |
tree | 47db3e1e6f4106d88473f18777dfa58d8d332717 | |
parent | 70b2776a5cb16c39ff5451c4eee72691734eabfc [diff] |
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. Cc: Wim Van Sebroeck <wim@iguana.be> Cc: linux-watchdog@vger.kernel.org Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Tejun Heo <tj@kernel.org>