topconfig enable PREEMPT_VOLUNTARY

everyone ships it and enables it.
the !preempt pathes seem the buggy these days.

svn path=/dists/trunk/linux-2.6/; revision=14296
This commit is contained in:
Maximilian Attems 2009-09-25 17:01:43 +00:00
parent d17f56198d
commit 89b4f0559d
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -60,6 +60,7 @@ linux-2.6 (2.6.31-1~experimental.1) UNRELEASED; urgency=low
* 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

View File

@ -2815,8 +2815,8 @@ CONFIG_PM_STD_PARTITION=""
## 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