From: Sonic Zhang Date: Thu, 1 Nov 2012 09:07:09 +0000 (+0800) Subject: blackfin: kgdb: call generic_exec_single() directly X-Git-Tag: v3.8-rc1~64^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1439d030b9032261f1111a2dd16b9a8ca11112ef;p=pandora-kernel.git blackfin: kgdb: call generic_exec_single() directly Current generic API smp_call_function_single() is changed to avoid raise IPI and call function in IPI handler on the same core which is necessary to support KGDB switch master core in SMP case, so call generic_exec_single() directly instead of smp_call_function_single(). Signed-off-by: Sonic Zhang Signed-off-by: Bob Liu --- Reading git-diff-tree failed