* [x86-64 patch 7/11] Fix RIP register name collision in ixj.c
@ 2001-09-13 16:39 Vojtech Pavlik
0 siblings, 0 replies; only message in thread
From: Vojtech Pavlik @ 2001-09-13 16:39 UTC (permalink / raw)
To: torvalds
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-13 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-13 16:39 [x86-64 patch 7/11] Fix RIP register name collision in ixj.c Vojtech Pavlik
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®