[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090208174533.GJ10711@frodo>
Date: Sun, 8 Feb 2009 19:45:36 +0200
From: Felipe Balbi <me@...ipebalbi.com>
To: linux-kernel@...r.kernel.org
Subject: parsing console cmdline
Hi all,
a simple question: is it possible to register another function to decode
console= cmdline ?
I mean, I see console cmdline being decoded in
kernel/printk.c:console_setup(), but I have a special console that today
is using a platform specific TAG to be enabled and I wanna clean that up
by parsing the console via console cmdline, which makes sense. So, is it
possible that I create a special setup() function for that console of
mine ? Or should I patch console_setup() ??
--
balbi
--
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