From: Tiejun Chen Date: Wed, 22 Aug 2012 16:10:18 +0000 (+0000) Subject: powerpc/kgdb: Do not set kgdb_single_step on ppc X-Git-Tag: v3.6-rc4~13^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572b411cb4f1b208bb8ea278752f956b3554371e;p=pandora-kernel.git powerpc/kgdb: Do not set kgdb_single_step on ppc The kgdb_single_step flag has the possibility to indefinitely hang the system on an SMP system. The x86 arch have the same problem, and that problem was fixed by commit 8097551d9ab9b9e3630(kgdb,x86: do not set kgdb_single_step on x86). This patch does the same behaviors as x86's patch. Signed-off-by: Dongdong Deng Signed-off-by: Jason Wessel Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed