From: Christoph Lameter Date: Sun, 17 Aug 2014 17:30:34 +0000 (-0500) Subject: watchdog: Replace __raw_get_cpu_var uses X-Git-Tag: omap-for-v3.19/prcm-cleanup~62^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f66b05aa2ac2632c5441a3f129f3be827fe7e7;p=pandora-kernel.git 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 Cc: linux-watchdog@vger.kernel.org Signed-off-by: Christoph Lameter Signed-off-by: Tejun Heo --- Reading git-diff-tree failed