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- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/