sh: kprobes SMP support.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 Jun 2010 08:06:10 +0000 (17:06 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 Jun 2010 08:06:10 +0000 (17:06 +0900)
Presently kprobes support relies on several saved opcode variables for
saving and restoring state, without any specific locking. This is
inherently racy on SMP, and given that we already use per-CPU variables
for everything else, convert these over too.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found