SPECS (LINUX_2_6): kernel.spec - PREEMPT now is configurable diffe...

sparky sparky at pld-linux.org
Tue Sep 6 00:54:56 CEST 2005


Author: sparky                       Date: Mon Sep  5 22:54:56 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- PREEMPT now is configurable different way

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1180 -> 1.441.2.1181) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1180 SPECS/kernel.spec:1.441.2.1181
--- SPECS/kernel.spec:1.441.2.1180	Mon Sep  5 23:33:37 2005
+++ SPECS/kernel.spec	Tue Sep  6 00:54:48 2005
@@ -850,7 +850,8 @@
 	TuneUpConfigForIX86 arch/%{_target_base_arch}/defconfig
 
 %if %{with preemptive}
-	sed -i 's:# CONFIG_PREEMPT is not set:CONFIG_PREEMPT=y:' arch/%{_target_base_arch}/defconfig
+	sed -i 's:CONFIG_PREEMPT_NONE=y:# CONFIG_PREEMPT_NONE is not set:' arch/%{_target_base_arch}/defconfig
+	sed -i 's:# CONFIG_PREEMPT_VOLUNTARY is not set:CONFIG_PREEMPT_VOLUNTARY=y:' arch/%{_target_base_arch}/defconfig
 %endif
 
 	cat %{SOURCE80} >> arch/%{_target_base_arch}/defconfig
@@ -1499,6 +1500,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1181  2005/09/05 22:54:48  sparky
+- PREEMPT now is configurable different way
+
 Revision 1.441.2.1180  2005/09/05 21:33:37  baggins
 - netfilter patch is -p0
 
================================================================

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




More information about the pld-cvs-commit mailing list