From: Paul Mundt Date: Mon, 14 Jun 2010 08:06:10 +0000 (+0900) Subject: sh: kprobes SMP support. X-Git-Tag: v2.6.37-rc1~136^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fcfdf9b2bbe8ea47771ffc16c418a20e4173c6;p=pandora-kernel.git sh: kprobes SMP support. 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 --- Reading git-diff-tree failed