From: Vojtech Pavlik <vojtech@suse.cz>
To: torvalds@transmeta.com
Subject: [x86-64 patch 7/11] Fix RIP register name collision in ixj.c
Date: Thu, 13 Sep 2001 18:39:28 +0200 [thread overview]
Message-ID: <20010913183928.A2615@suse.cz> (raw)
Hi!
This patch changes name of one *unused* struct field (RIP) in the ixj.c
telephony driver to a different name (XRIP), because it collides with
the RIP register name on the x86-64.
--- linux/drivers/telephony/ixj.h Thu Sep 13 16:13:23 2001
+++ linux-64-latest/drivers/telephony/ixj.h Thu Sep 13 16:16:59 2001
@@ -574,7 +574,7 @@
struct _CR0_BITREGS {
BYTE CLK_EXT:1; /* cr0[0:0] */
- BYTE RIP:1; /* cr0[1:1] */
+ BYTE XRIP:1; /* cr0[1:1] */
BYTE AR:1; /* cr0[2:2] */
--
Vojtech Pavlik
SuSE Labs
reply other threads:[~2001-09-13 16:47 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=20010913183928.A2615@suse.cz \
--to=vojtech@suse.cz \
--cc=torvalds@transmeta.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
all inboxes | Powered by JetHome®