On Tue, 2007-12-18 at 10:10 -0600, Jason Wessel wrote: > I am wondering what branch you are working off of, because there does > not appear to be any instance of CONFIG_MIPS64 in the 2.6.24 uprev > branch which is the latest upstream branch for the kernel.org submission. > > It appears to have already been fixed a while back: > > The current arch/mips/kernel/kgdb-jmp.c > [snip] > +#include <linux/kgdb.h> > + > +#ifdef CONFIG_64BIT > +/* > + * MIPS 64-bit > + */ > + > +int kgdb_fault_setjmp_aux(unsigned long *curr_context, unsigned long sp, > [snip] > > Jason.
Ah, I see -- changed in May of this year. Sorry I missed that -- I've been trying to get it working in kernel 2.6.17.7. I had a feeling if I could just fast-forward far enough, I would find the fix! ;-) ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
