All of lore.kernel.org
 help / color / mirror / Atom feed
* KGDB: 8250_kgdb warnings
@ 2008-01-28 10:19 Jan Kiszka
  2008-01-29 22:55 ` [PATCH][KGDB] Re: [Kgdb-bugreport] " Jason Wessel
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Kiszka @ 2008-01-28 10:19 UTC (permalink / raw)
  To: Jason Wessel; +Cc: kgdb-bugreport, Linux Kernel Mailing List, Ingo Molnar

Hi Jason,

so far I ignored this because it worked, but I know my customer will
complain later anyway: What is the deeper meaning of this warning which
shows up once per registered UART port on my (x86) boxes?

void kgdb8250_add_port(int i, struct uart_port *serial_req)
{
#ifdef CONFIG_KGDB_SIMPLE_SERIAL
	if (should_copy_rs_table)
		printk(KERN_ERR "8250_kgdb: warning will over write serial"
			   " port definitions at kgdb init time\n");
#endif
...

When I look at kgdb8250_add_platform_port, it starts with a call to
kgdb8250_copy_rs_table, and I'm wondering now if that wouldn't be more
appropriate here.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-01-29 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 10:19 KGDB: 8250_kgdb warnings Jan Kiszka
2008-01-29 22:55 ` [PATCH][KGDB] Re: [Kgdb-bugreport] " Jason Wessel
2008-01-29 23:21   ` [PATCH][KGDB] " Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.