Hi, The patch file "mips-lite.patch" has a reference to CONFIG_MIPS64 (for arch/mips/kernel/kgdb-jmp.c and kgdb-setjmp.S).
As nearly as I and my colleagues can tell, there is no such config variable. We think it should probably be CONFIG_64BIT (for when the kernel is configured to run in 64 bit mode). As currently written, the longjmp fails for a 64-bit kernel. We've tried substituting CONFIG_64BIT, and it makes it work. What do you folks think? Michael Snyder ------------------------------------------------------------------------- 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
