SOURCES (LINUX_2_6): kernel-preempt-rt.patch - struct skge_hw has ...

sparky sparky at pld-linux.org
Fri Mar 10 15:57:33 CET 2006


Author: sparky                       Date: Fri Mar 10 14:57:32 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6
---- Log message:
- struct skge_hw has member 'spinlock_t hw_lock' already

---- Files affected:
SOURCES:
   kernel-preempt-rt.patch (1.1.2.2 -> 1.1.2.3) 

---- Diffs:

================================================================
Index: SOURCES/kernel-preempt-rt.patch
diff -u SOURCES/kernel-preempt-rt.patch:1.1.2.2 SOURCES/kernel-preempt-rt.patch:1.1.2.3
--- SOURCES/kernel-preempt-rt.patch:1.1.2.2	Fri Mar 10 15:35:48 2006
+++ SOURCES/kernel-preempt-rt.patch	Fri Mar 10 15:57:27 2006
@@ -22459,18 +22459,6 @@
  
  	if (unlikely(skge->tx_avail < skb_shinfo(skb)->nr_frags +1)) {
  		if (!netif_queue_stopped(dev)) {
-Index: linux.prev/drivers/net/skge.h
-===================================================================
---- linux.prev.orig/drivers/net/skge.h
-+++ linux.prev/drivers/net/skge.h
-@@ -2472,6 +2472,7 @@ struct skge_hw {
- 	u16		     phy_addr;
- 
- 	struct tasklet_struct ext_tasklet;
-+	spinlock_t	     hw_lock;
- 	spinlock_t	     phy_lock;
- };
- 
 Index: linux.prev/drivers/net/smc91x.c
 ===================================================================
 --- linux.prev.orig/drivers/net/smc91x.c
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/kernel-preempt-rt.patch?r1=1.1.2.2&r2=1.1.2.3&f=u



More information about the pld-cvs-commit mailing list