[kernel] r14296 - in dists/trunk/linux-2.6/debian: . config
Maximilian Attems
maks at alioth.debian.org
Fri Sep 25 17:01:47 UTC 2009
Author: maks
Date: Fri Sep 25 17:01:43 2009
New Revision: 14296
Log:
topconfig enable PREEMPT_VOLUNTARY
everyone ships it and enables it.
the !preempt pathes seem the buggy these days.
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/config/config
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Fri Sep 25 15:05:33 2009 (r14295)
+++ dists/trunk/linux-2.6/debian/changelog Fri Sep 25 17:01:43 2009 (r14296)
@@ -60,6 +60,7 @@
* Disable old USB_DEVICE_CLASS. (Closes: #510279)
* Drop yaird initramfs generator support.
* Add stable release 2.6.31.1.
+ * Enable PREEMPT_VOLUNTARY.
[ Ben Hutchings ]
* mga: remove unnecessary change from firmware-loading patch
Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config Fri Sep 25 15:05:33 2009 (r14295)
+++ dists/trunk/linux-2.6/debian/config/config Fri Sep 25 17:01:43 2009 (r14296)
@@ -2815,8 +2815,8 @@
## file: kernel/Kconfig.preempt
##
## choice: Preemption Model
-CONFIG_PREEMPT_NONE=y
-# CONFIG_PREEMPT_VOLUNTARY is not set
+# CONFIG_PREEMPT_NONE is not set
+CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
## end choice
More information about the Kernel-svn-changes
mailing list