diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:32:22 +0000 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-07 14:32:22 +0000 |
| commit | 9d19825f572e93530dc6eae3f43d92d8b9f32e0f (patch) | |
| tree | 7b1d15220ebc728bd2b84dda648cbc80a323c575 /packages/linux/linux-openmoko-devel/printascii-2.6.23.patch | |
| parent | 081bf6fbe9c04faa1b70ca25409666a00bf9d21c (diff) | |
linux/linux-openmoko-devel* : clear out old unused kernels
Diffstat (limited to 'packages/linux/linux-openmoko-devel/printascii-2.6.23.patch')
| -rw-r--r-- | packages/linux/linux-openmoko-devel/printascii-2.6.23.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/linux/linux-openmoko-devel/printascii-2.6.23.patch b/packages/linux/linux-openmoko-devel/printascii-2.6.23.patch deleted file mode 100644 index 4818ac6bfc..0000000000 --- a/packages/linux/linux-openmoko-devel/printascii-2.6.23.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: linux-2.6.22/kernel/printk.c -=================================================================== ---- linux-2.6.22.orig/kernel/printk.c -+++ linux-2.6.22/kernel/printk.c -@@ -519,6 +519,8 @@ - /* cpu currently holding logbuf_lock */ - static volatile unsigned int printk_cpu = UINT_MAX; - -+extern void printascii(const char *); -+ - asmlinkage int vprintk(const char *fmt, va_list args) - { - unsigned long flags; -@@ -541,6 +543,7 @@ - - /* 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 |
