diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:36:05 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:36:05 +0000 |
commit | 24d1939f49e4e0d72d4caab27146424bee44eb49 (patch) | |
tree | c265c220a8729bf6bc6ce117aa51b6380cd3d278 /packages/linux/linux-openmoko-devel/printascii.patch | |
parent | 3489195f914c433ab0cc5a9e1f4b4e6911a39cb7 (diff) | |
parent | 9d19825f572e93530dc6eae3f43d92d8b9f32e0f (diff) |
merge of 'b281d50e8f5a095af5987accdb02c314cb86d1e0'
and 'dd027a8b3d308568f5c47f602615755d6bbb5d86'
Diffstat (limited to 'packages/linux/linux-openmoko-devel/printascii.patch')
-rw-r--r-- | packages/linux/linux-openmoko-devel/printascii.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/linux/linux-openmoko-devel/printascii.patch b/packages/linux/linux-openmoko-devel/printascii.patch deleted file mode 100644 index 13a014db39..0000000000 --- a/packages/linux/linux-openmoko-devel/printascii.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |