diff -urpN -X ../dontdiff linux-2.6.19-rc6/kernel/printk.c linux-2.6.19-rc6-llprintk/kernel/printk.c --- linux-2.6.19-rc6/kernel/printk.c 2006-11-28 23:19:05.000000000 +0000 +++ linux-2.6.19-rc6-llprintk/kernel/printk.c 2006-12-03 14:07:24.000000000 +0000 @@ -527,6 +527,11 @@ asmlinkage int vprintk(const char *fmt, /* Emit the output into the temporary buffer */ printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args); + if (1) { + extern void printascii(const char *msg); + printascii(printk_buf); + } + /* * Copy the output into log_buf. If the caller didn't provide * appropriate log level tags, we insert them here