Re: [Kgdb-bugreport] KGDB 2.6.21.1 uprev (mips fixes)

2007-05-06 Thread Sergei Shtylyov
Hello. Jason Wessel wrote: http://sourceforge.net/mailarchive/message.php?msg_id=20060927170221.fe632b2e.vitalywool%40gmail.com With respect to these MIPS fixes, do you have the actual patch file, or a place it can be resurrected from? It seems that the html version you specified here

[Kgdb-bugreport] [PATCH] Toshiba TX49xx KGDB driver update

2007-05-06 Thread Sergei Shtylyov
Update KGDB serial driver for Toshiba TX49xx: - rename it according to the new convention, with _kgdb prefix; - enable support for the new baud rate option, removing the obsolete #ifdef cruft; - enable support for the serial port selection; - fix write_char method to accept 'u8' arg; -

Re: [Kgdb-bugreport] [PATCH] Add missing #include to asm-mips/kgdb.h

2007-05-06 Thread Jason Wessel
Sergei, This is committed to mips-lite.patch in the linux2_6_21_uprev branch. The other patches you sent will be reviewed soon. Thanks, Jason. Sergei Shtylyov wrote: Fix these warnings caused by missing #include in asm-mips/kgdb.h: In file included from include/linux/kgdb.h:22,

Re: [Kgdb-bugreport] [PATCH] Toshiba TX49xx KGDB driver update

2007-05-06 Thread Jason Wessel
Sergei Shtylyov wrote: Update KGDB serial driver for Toshiba TX49xx: - rename it according to the new convention, with _kgdb prefix; - enable support for the new baud rate option, removing the obsolete #ifdef cruft; - enable support for the serial port selection; - fix write_char