From: Sonic Zhang Date: Wed, 17 Nov 2010 06:19:28 +0000 (+0000) Subject: Blackfin: kgdb: disable interrupt when single stepping in ADEOS X-Git-Tag: v2.6.38-rc1~421^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=900de05182d520ff66378e74a7b18f7d9971a32d;p=pandora-kernel.git Blackfin: kgdb: disable interrupt when single stepping in ADEOS When ADEOS and kgdb are both enabled, single step in linux kernel may be scheduled to Xenomai core after return from interrupt handlers. This blocks gdb continue operation after a break point is hit. So, disable interrupt when running gdb single step. Signed-off-by: Sonic Zhang Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed