]> git.baikalelectronics.ru Git - kernel.git/commit
cleanup console_print()
authorAnirban Sinha <asinha@zeugmasystems.com>
Mon, 14 Sep 2009 18:13:37 +0000 (11:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Sep 2009 00:41:42 +0000 (17:41 -0700)
commita5f206948de6bb869e007104b3bf861fbb4ad329
tree38f48b57f8f0f1bb05983ec32205fac9b8bab14c
parent00b7c52c1cde73d68d29b772375d9f9fec8f3c7a
cleanup console_print()

console_print() is an old legacy interface mostly unused in the entire
kernel tree. It's best to clean up its existing use and let developers
use their own implementation of it as they feel fit.

Signed-off-by: Anirban Sinha <asinha@zeugmasystems.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/ia64/kernel/head.S
arch/ia64/kernel/head.h [new file with mode: 0644]
arch/ia64/kernel/process.c
drivers/char/serial167.c
include/linux/dtlk.h
include/linux/tty.h
kernel/printk.c