[PATCH] clean up kernel messages
authorMatt Mackall <mpm@selenic.com>
Sun, 1 May 2005 15:59:02 +0000 (08:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 May 2005 15:59:02 +0000 (08:59 -0700)
commitd59745ce3e7aa13856bca16d3bcbb95041775ff6
tree6e495bb6697d86534685bf813c43e210a8d8323a
parentcd7619d6bf36564cf54ff7218ef54e558a741913
[PATCH] clean up kernel messages

Arrange for all kernel printks to be no-ops.  Only available if
CONFIG_EMBEDDED.

This patch saves about 375k on my laptop config and nearly 100k on minimal
configs.

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/head.S
include/linux/kernel.h
init/Kconfig
kernel/printk.c