Author: pluto                        Date: Mon Feb 13 19:10:27 2006 GMT
Module: SOURCES                       Tag: LINUX_2_6_14
---- Log message:
- kill preprocessor noise...

---- Files affected:
SOURCES:
   linux-2.6-sk98lin-8.23.1.3.patch (1.1.2.2 -> 1.1.2.2.2.1) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-sk98lin-8.23.1.3.patch
diff -u SOURCES/linux-2.6-sk98lin-8.23.1.3.patch:1.1.2.2 
SOURCES/linux-2.6-sk98lin-8.23.1.3.patch:1.1.2.2.2.1
--- SOURCES/linux-2.6-sk98lin-8.23.1.3.patch:1.1.2.2    Sat Oct  1 00:56:40 2005
+++ SOURCES/linux-2.6-sk98lin-8.23.1.3.patch    Mon Feb 13 20:10:22 2006
@@ -200,8 +200,8 @@
 +# History:
 +#
 +#     $Log$
-+#     Revision 1.1.2.2  2005/09/30 22:56:40  pluto
-+#     - updated for 2.6.14.
++#     Revision 1.1.2.2.2.1  2006/02/13 19:10:22  pluto
++#     - kill preprocessor noise...
 +#     
 +#     Revision 1.9.2.1  2005/04/11 09:01:18  mlindner
 +#     Fix: Copyright year changed
@@ -37131,7 +37131,7 @@
 +                      
PUSH_PKT_AS_LAST_IN_QUEUE(&pAC->TxPort[Port][0].TxQ_free, pSkPacket);
 +                      
POP_FIRST_PKT_FROM_QUEUE(&pAC->TxPort[Port][0].TxAQ_working, pSkPacket);
 +              }
-+#if USE_SYNC_TX_QUEUE
++#ifdef USE_SYNC_TX_QUEUE
 +              POP_FIRST_PKT_FROM_QUEUE(&pAC->TxPort[Port][0].TxSQ_working, 
pSkPacket);
 +              while (pSkPacket != NULL) {
 +                      if ((pSkFrag = pSkPacket->pFrag) != NULL) {
@@ -37704,7 +37704,7 @@
 +      pAC->TxPort[Port][TX_PRIO_LOW].TxAQ_waiting.pTail = NULL;
 +      spin_lock_init(&pAC->TxPort[Port][TX_PRIO_LOW].TxAQ_waiting.QueueLock);
 +      
-+#if USE_SYNC_TX_QUEUE
++#ifdef USE_SYNC_TX_QUEUE
 +      pAC->TxPort[Port][TX_PRIO_LOW].TxSQ_working.pHead = NULL;
 +      pAC->TxPort[Port][TX_PRIO_LOW].TxSQ_working.pTail = NULL;
 +      spin_lock_init(&pAC->TxPort[Port][TX_PRIO_LOW].TxSQ_working.QueueLock);
@@ -39114,7 +39114,7 @@
 +                                      SK_DBG_MSG(pAC, SK_DBGMOD_DRV, 
SK_DBGCAT_DRV_INT_SRC,
 +                                              ("No changes for TxA%d\n", Port 
+ 1));
 +                              }
-+#if USE_SYNC_TX_QUEUE
++#ifdef USE_SYNC_TX_QUEUE
 +                              if (HW_SYNC_TX_SUPPORTED(pAC)) {
 +                                      /* 
 +                                      ** Do we have a new Done idx ? 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/SOURCES/linux-2.6-sk98lin-8.23.1.3.patch?r1=1.1.2.2&r2=1.1.2.2.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to