blob: 13a014db390ff469bf87ce0d6e5a70f4e4f904fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: linux-2.6.22.5/kernel/printk.c
===================================================================
--- linux-2.6.22.5.orig/kernel/printk.c
+++ linux-2.6.22.5/kernel/printk.c
@@ -535,6 +535,7 @@ asmlinkage int vprintk(const char *fmt,
/* Emit the output into the temporary buffer */
printed_len = vscnprintf(printk_buf, sizeof(printk_buf), fmt, args);
+ printascii(printk_buf);
/*
* Copy the output into log_buf. If the caller didn't provide
|