From: Andi Kleen <ak@muc.de>
To: jgarzik@pobox.com
Cc: netdev@oss.sgi.com, mikep@linuxtr.net, linux-tr@linuxtr.net
Subject: [PATCH] Mark IBM TR driver as not 64 bit clean
Date: Fri, 9 Jan 2004 10:09:08 +0100 [thread overview]
Message-ID: <20040109090908.GA1772@averell> (raw)
This driver doesn't seem to be 64bit clean judging from the warnings
on x86-64. Mark it as !64BIT.
-Andi
diff -burpN -X ../KDIFX linux-vanilla/drivers/net/pcmcia/Kconfig linux-2.6.1-amd64/drivers/net/pcmcia/Kconfig
--- linux-vanilla/drivers/net/pcmcia/Kconfig 2003-09-28 10:55:00.000000000 +0200
+++ linux-2.6.1-amd64/drivers/net/pcmcia/Kconfig 2004-01-01 06:56:50.000000000 +0100
@@ -119,7 +119,7 @@ config ARCNET_COM20020_CS
config PCMCIA_IBMTR
tristate "IBM PCMCIA tokenring adapter support"
- depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA
+ depends on NET_PCMCIA && IBMTR!=y && TR && PCMCIA && !64BIT
help
Say Y here if you intend to attach this type of Token Ring PCMCIA
card to your computer. You then also need to say Y to "Token Ring
next reply other threads:[~2004-01-09 9:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-09 9:09 Andi Kleen [this message]
2004-01-11 1:15 ` [PATCH] Mark IBM TR driver as not 64 bit clean Jeff Garzik
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=20040109090908.GA1772@averell \
--to=ak@muc.de \
--cc=jgarzik@pobox.com \
--cc=linux-tr@linuxtr.net \
--cc=mikep@linuxtr.net \
--cc=netdev@oss.sgi.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).