[Kgdb-bugreport] Integration with kernel.org repository - shouldn't code in traps.c be #ifdef CONFIG_KGDB?

2006-10-04 Thread Piet Delaney
Ton, George, Amit, et. al: If CONFIG_KGDB isn't defined, the kernel should be exactly the same as when kgdb isn't integrated. So shouldn't we should add #ifdef CONFIG_KGDB in the traps.c code where the traps are initialized and panic notify is registered. For example in our dusty 2.6.12 Kernel

Re: [Kgdb-bugreport] [PATCH] add ppc32 support for kgdb in arch/powerpc

2006-10-04 Thread Piet Delaney
On Wed, 2006-10-04 at 20:07 +0530, Amit S. Kale wrote: > On Wednesday 04 October 2006 20:01, Tom Rini wrote: > > On Wed, Oct 04, 2006 at 03:38:59PM +0530, Milind Dumbare wrote: > > > Checked-in this in cvs > > > Files Changed > > > - ChangeLog > > > - powerpc-lite.patch > > > > ... but CVS is d

Re: [Kgdb-bugreport] [PATCH] add ppc32 support for kgdb in arch/powerpc

2006-10-04 Thread Amit S. Kale
On Wednesday 04 October 2006 20:01, Tom Rini wrote: > On Wed, Oct 04, 2006 at 03:38:59PM +0530, Milind Dumbare wrote: > > Checked-in this in cvs > > Files Changed > > - ChangeLog > > - powerpc-lite.patch > > ... but CVS is deprecated :) It'll be a good idea to keep it in sync anyway. -Amit

Re: [Kgdb-bugreport] [PATCH] add ppc32 support for kgdb in arch/powerpc

2006-10-04 Thread Tom Rini
On Wed, Oct 04, 2006 at 03:38:59PM +0530, Milind Dumbare wrote: > Checked-in this in cvs > Files Changed > - ChangeLog > - powerpc-lite.patch ... but CVS is deprecated :) -- Tom Rini - Take Surveys. Earn Cash.

Re: [Kgdb-bugreport] [PATCH] add ppc32 support for kgdb in arch/powerpc

2006-10-04 Thread Milind Dumbare
Checked-in this in cvs Files Changed - ChangeLog - powerpc-lite.patch On Fri, 2006-09-08 at 15:58 +0400, Vitaly Wool wrote: > Hello folks, > > the patch inlined enables KGDB for PowerPC32 targets in arch/powerpc. > Verified on 74xx and 85xx targets. > > Signed-off-by: Vitaly Woo