* [Adeos-main] [PATCH] remove __ipipe_serial_debug from production setup
@ 2008-01-18 11:28 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2008-01-18 11:28 UTC (permalink / raw)
To: Philippe Gerum; +Cc: adeos-main
[-- Attachment #1: Type: text/plain, Size: 210 bytes --]
IMHO there is no need for __ipipe_serial_debug in a production kernel.
Let's make it depend on CONFIG_IPIPE_DEBUG.
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
[-- Attachment #2: avoid-serial-debug-bloat.patch --]
[-- Type: text/x-patch, Size: 501 bytes --]
---
drivers/serial/8250.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.24-rc8-xeno_64/drivers/serial/8250.c
===================================================================
--- linux-2.6.24-rc8-xeno_64.orig/drivers/serial/8250.c
+++ linux-2.6.24-rc8-xeno_64/drivers/serial/8250.c
@@ -2546,7 +2546,7 @@ static int serial8250_console_early_setu
return serial8250_find_port_for_earlycon();
}
-#ifdef CONFIG_IPIPE
+#ifdef CONFIG_IPIPE_DEBUG
#include <stdarg.h>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-18 11:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-18 11:28 [Adeos-main] [PATCH] remove __ipipe_serial_debug from production setup Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.