SPECS (LINUX_2_6): kernel.spec - fix sk98lin realtime spinlock.

pluto pluto at pld-linux.org
Wed Oct 12 17:22:27 CEST 2005


Author: pluto                        Date: Wed Oct 12 15:22:27 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- fix sk98lin realtime spinlock.

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1246 -> 1.441.2.1247) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1246 SPECS/kernel.spec:1.441.2.1247
--- SPECS/kernel.spec:1.441.2.1246	Wed Oct 12 16:11:48 2005
+++ SPECS/kernel.spec	Wed Oct 12 17:22:21 2005
@@ -722,7 +722,10 @@
 %prep
 %setup -q -n linux-%{version}%{_rc}
 bzip2 -d -c %{SOURCE3} | patch -p1 -s
-%{?with_preemptive:patch -p1 -s < %{SOURCE4}}
+%if %{with preemptive}
+patch -p1 -s < %{SOURCE4}
+sed -i 's:SPIN_LOCK_UNLOCKED:SPIN_LOCK_UNLOCKED(SendCmplPktQ.QueueLock):' drivers/net/sk98lin/sky2.c
+%endif
 install %{SOURCE5} Makefile.ppclibs
 
 %patch0 -p1
@@ -1673,6 +1676,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1247  2005/10/12 15:22:21  pluto
+- fix sk98lin realtime spinlock.
+
 Revision 1.441.2.1246  2005/10/12 14:11:48  pluto
 - preemptive (realtime) kernel.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1246&r2=1.441.2.1247&f=u




More information about the pld-cvs-commit mailing list