Re: [Kgdb-bugreport] [PATCH] Sanitize KGDB for Xilinx ML300

2007-05-14 Thread Jason Wessel
Sergei Shtylyov wrote: Sanitize the bogus KGDB code for Xilinx ML300: - remove misplaced calls to early_serial_setup() and kgdb8250_add_port() from ml300_early_serial_map() -- the wouldn't even compile there; - #include linux/kgdb.h; - change CONFIG_KGDB to CONFIG_KGDB_8250; - enclose

Re: [Kgdb-bugreport] [PATCH] Add KGDB support for Bamboo/Luan PPC4xx platforms

2007-05-14 Thread Jason Wessel
Sergei Shtylyov wrote: Add KGDB support for Bamboo/Luan PPC4xx platforms: - #include linux/kgdb.h and add calls the to kgdb8250_add_port(); - remove early_serial_map() method initializers; - remove all mentions of CONFIG_KGDB. Signed-off-by: Wade Farnsworth [EMAIL PROTECTED]