git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b2776
)
watchdog: Replace __raw_get_cpu_var uses
author
Christoph Lameter
<cl@linux.com>
Sun, 17 Aug 2014 17:30:34 +0000
(12:30 -0500)
committer
Tejun Heo
<tj@kernel.org>
Tue, 26 Aug 2014 17:45:46 +0000
(13:45 -0400)
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>
kernel/watchdog.c
patch
|
blob
|
history
diff --cc
kernel/watchdog.c
Simple merge