Re: oops pauser.

From: Bernd Eckenfels
Date: Thu Jan 05 2006 - 20:11:47 EST


Josef Sipek <jsipek@xxxxxxxxxxxxxxxxx> wrote:
> That's something to watch out for...If you say have:
>
> printk(KERN_DEBUG "fooo.....");
> do_foo();
> printk(KERN_DEBUG "done.\n");

dont do it. It is better to have the time stamps for both and to have atomic
prints. In fact I would disallow this and add automatic linebreaks.

Gruss
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/