Re: [PATCH] VT locking
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2004-01-06 21:44:40
Also in:
lkml
Looks like a nice opportunity to introduce an arch-specific printk() stub:
void *arch_printk(const char *args);
if (arch_printk)
arch_printk(printk_buf);Right... I admit I didn't even notice the printk_btext stuff leaked with this patch, this is debug stuff that wasn't really supposed to get out of my tree, oh well... I shouldn't do patches when I'm sick with +40° fever... Andrew, the only bits of the kernel/printk.c that are supposed to get to your tree are related to is_console_locked() at this point. The force_printk_to_btext is a debug tool that allow to route all printk's to some early-boot output mecanism, though it would eventually be acceptable upstream with Geert's idea of arch_printk... Cheers, Ben. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click