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
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
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
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.
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