rpms/kernel/devel linux-2.6-compile-fixes.patch,1.76,1.77

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 22 19:18:35 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15491

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
buildfix


linux-2.6-compile-fixes.patch:
 drivers/net/myri10ge/myri10ge.c |    2 +-
 drivers/video/Kconfig           |    4 ++--
 include/linux/pci_regs.h        |    2 ++
 kernel/power/main.c             |    2 +-
 4 files changed, 6 insertions(+), 4 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- linux-2.6-compile-fixes.patch	22 Jun 2006 18:55:30 -0000	1.76
+++ linux-2.6-compile-fixes.patch	22 Jun 2006 19:18:33 -0000	1.77
@@ -43,3 +43,25 @@
  #define  PCI_CAP_ID_SHPC 	0x0C	/* PCI Standard Hot-Plug Controller */
  #define  PCI_CAP_ID_EXP 	0x10	/* PCI Express */
  #define  PCI_CAP_ID_MSIX	0x11	/* MSI-X */
+
+--- linux-2.6.17.noarch/include/linux/pci_regs.h~	2006-06-22 14:54:33.000000000 -0400
++++ linux-2.6.17.noarch/include/linux/pci_regs.h	2006-06-22 14:54:59.000000000 -0400
+@@ -197,6 +197,7 @@
+ #define  PCI_CAP_ID_CHSWP	0x06	/* CompactPCI HotSwap */
+ #define  PCI_CAP_ID_PCIX	0x07	/* PCI-X */
+ #define  PCI_CAP_ID_HT_IRQCONF	0x08	/* HyperTransport IRQ Configuration */
++#define  PCI_CAP_ID_VNDR	0x09
+ #define  PCI_CAP_ID_SHPC 	0x0C	/* PCI Standard Hot-Plug Controller */
+ #define  PCI_CAP_ID_EXP 	0x10	/* PCI Express */
+ #define  PCI_CAP_ID_MSIX	0x11	/* MSI-X */
+--- linux-2.6.17.noarch/drivers/net/myri10ge/myri10ge.c~	2006-06-22 15:16:35.000000000 -0400
++++ linux-2.6.17.noarch/drivers/net/myri10ge/myri10ge.c	2006-06-22 15:18:18.000000000 -0400
+@@ -2120,7 +2120,7 @@ abort_linearize:
+ 		goto drop;
+ 	}
+ 
+-	if (skb_linearize(skb, GFP_ATOMIC))
++	if (skb_linearize(skb))
+ 		goto drop;
+ 
+ 	mgp->tx_linearized++;




More information about the fedora-cvs-commits mailing list