All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Philippe Gerum <rpm@xenomai.org>
Cc: adeos-main <adeos-main@gna.org>
Subject: [Adeos-main] [PATCH] remove __ipipe_serial_debug from production setup
Date: Fri, 18 Jan 2008 12:28:17 +0100	[thread overview]
Message-ID: <47908D51.9010800@domain.hid> (raw)

[-- 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>
 

                 reply	other threads:[~2008-01-18 11:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47908D51.9010800@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=adeos-main@gna.org \
    --cc=rpm@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.