From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Linux Kernel List <linux-kernel@vger.kernel.org>
Subject: namespace pollution
Date: Thu, 13 May 2004 09:51:02 +0100 [thread overview]
Message-ID: <20040513095102.A5502@flint.arm.linux.org.uk> (raw)
One of the threads on lkml just highlighted this issue:
It appears that we have namespace issues. "set_cr" is in use by both ARM
and ATM. I'll cook up a patch later today (if I remember.)
$ grep set_cr drivers/atm include/asm-arm -r
drivers/atm/horizon.c: int set_cr (void) {
drivers/atm/horizon.c: PRINTD (DBG_QOS, "set_cr internal failure: d=%u p=%u",
drivers/atm/horizon.c: return set_cr ();
drivers/atm/horizon.c: return set_cr ();
drivers/atm/horizon.c: return set_cr ();
include/asm-arm/system.h:#define set_cr(x) \
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
next reply other threads:[~2004-05-13 8:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-13 8:51 Russell King [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-03-25 12:11 namespace pollution Morten Brørup
2026-03-25 14:34 ` Thomas Monjalon
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=20040513095102.A5502@flint.arm.linux.org.uk \
--to=rmk+lkml@arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.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.