[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <46393BF9.8090408@alcatel-lucent.com>
Date: Thu, 03 May 2007 09:33:45 +0800
From: gshan <gshan@...atel-lucent.com>
To: linux-kernel@...r.kernel.org
Subject: It's a bug of printk?
Hi,
I need 2 consoles for 2 individual serial ports that is registered by
register_console(). The console for the 1st serial port is registered at
first. I can see the output from the serial port #1 before the console
for the 2nd serial port is registered. However, I saw duplicated output
from serial port #1 again after the console for #2 serial port is
registered.
The root cause is that there is only one con_start for all consoles. I
think con_start need to be merged with struct console so that different
console could have different start?
Thanks,
Gavin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists