]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kgdb: Do not set kgdb_single_step on ppc
authorTiejun Chen <tiejun.chen@windriver.com>
Wed, 22 Aug 2012 16:10:18 +0000 (16:10 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 24 Aug 2012 10:26:05 +0000 (20:26 +1000)
commit3c83fc140a5ea735efe31d30428a7652d22b00ac
tree0c11aef932d0343b7bfcf14bb169cbad1fc06b99
parent4365e0043cc38f173b6fcded522760155c51a412
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 e27f7a5d6af5d4d37f1(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 <dongdong.deng@windriver.com>
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/kgdb.c