Re: [v6][PATCH 0/5] powerpc/book3e: powerpc/book3e: make kgdb to work well

2013-11-18 Thread “tiejun.chen”
On 10/23/2013 05:31 PM, Tiejun Chen wrote: Scott, Tested on fsl-p5040 DS. Scott, Any comments to this version? Tiejun v6: * rebase * change the C code to initialize the exception stack addresses in the PACA instead. * Clear the PACA_IRQ_HARD_DIS force to exit directly from this debug

[v6][PATCH 0/5] powerpc/book3e: powerpc/book3e: make kgdb to work well

2013-10-23 Thread Tiejun Chen
Scott, Tested on fsl-p5040 DS. v6: * rebase * change the C code to initialize the exception stack addresses in the PACA instead. * Clear the PACA_IRQ_HARD_DIS force to exit directly from this debug exception without replaying interrupt. * so drop book3e/kgdb: update thread's dbcr0. v5: *