rpms/kernel/devel linux-2.6-compile-fixes.patch,1.169,1.170

Dave Jones (davej) fedora-extras-commits at redhat.com
Mon Jul 21 22:49:46 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25484

Modified Files:
	linux-2.6-compile-fixes.patch 
Log Message:
fix build of mv643xx_eth

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- linux-2.6-compile-fixes.patch	21 Jul 2008 22:14:46 -0000	1.169
+++ linux-2.6-compile-fixes.patch	21 Jul 2008 22:49:00 -0000	1.170
@@ -244,3 +244,19 @@
  	struct uart_icount *icount;
  	unsigned long offset;
 
+drivers/net/mv643xx_eth.c: In function 'mv643xx_eth_netpoll':
+drivers/net/mv643xx_eth.c:2115: error: 'INT_CAUSE_EXT' undeclared (first use in this function)
+
+Signed-off-by: Dave Jones <davej at redhat.com>
+
+--- linux-2.6.26.noarch/drivers/net/mv643xx_eth.c~	2008-07-21 18:47:33.000000000 -0400
++++ linux-2.6.26.noarch/drivers/net/mv643xx_eth.c	2008-07-21 18:47:55.000000000 -0400
+@@ -2112,7 +2112,7 @@ static void mv643xx_eth_netpoll(struct n
+ 
+ 	mv643xx_eth_irq(dev->irq, dev);
+ 
+-	wrl(mp, INT_MASK(mp->port_num), INT_TX_END | INT_RX | INT_CAUSE_EXT);
++	wrl(mp, INT_MASK(mp->port_num), INT_TX_END | INT_RX | (INT_CAUSE_EXT(mp->port_num)));
+ }
+ #endif
+ 




More information about the fedora-extras-commits mailing list