SPECS (LINUX_2_6): kernel.spec - CONFIG_PREEMPT_BKL depends on CON...

sparky sparky at pld-linux.org
Tue Sep 6 15:40:08 CEST 2005


Author: sparky                       Date: Tue Sep  6 13:40:08 2005 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- CONFIG_PREEMPT_BKL depends on CONFIG_PREEMPT || SMP so should be off by
  default (at last in smp config)

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

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1181 SPECS/kernel.spec:1.441.2.1182
--- SPECS/kernel.spec:1.441.2.1181	Tue Sep  6 00:54:48 2005
+++ SPECS/kernel.spec	Tue Sep  6 15:40:02 2005
@@ -851,7 +851,8 @@
 
 %if %{with preemptive}
 	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
+	sed -i 's:# CONFIG_PREEMPT is not set:CONFIG_PREEMPT=y:' arch/%{_target_base_arch}/defconfig
+	sed -i 's:# CONFIG_PREEMPT_BKL is not set:CONFIG_PREEMPT_BKL=y:' arch/%{_target_base_arch}/defconfig
 %endif
 
 	cat %{SOURCE80} >> arch/%{_target_base_arch}/defconfig
@@ -1500,6 +1501,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1182  2005/09/06 13:40:02  sparky
+- CONFIG_PREEMPT_BKL depends on CONFIG_PREEMPT || SMP so should be off by
+  default (at last in smp config)
+
 Revision 1.441.2.1181  2005/09/05 22:54:48  sparky
 - PREEMPT now is configurable different way
 
================================================================

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




More information about the pld-cvs-commit mailing list