commit | 1439d030b9032261f1111a2dd16b9a8ca11112ef | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Thu Nov 01 17:07:09 2012 +0800 |
committer | Bob Liu <lliubbo@gmail.com> | Thu Dec 13 15:28:40 2012 +0800 |
tree | c63035724cef845a0c8b8b17904dd142dbdd0984 | |
parent | f1a1d52508bd29c68a7f77412c0a9cf5e1b51154 [diff] |
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 <sonic.zhang@analog.com> Signed-off-by: Bob Liu <lliubbo@gmail.com>