Use control group as base for group CPU scheduler.

* debian/changelog: Update.
* debian/config/config: Set CGROUP_SCHED instead of USER_SCHED.

svn path=/dists/trunk/linux-2.6/; revision=11795
This commit is contained in:
Bastian Blank 2008-07-05 09:52:06 +00:00
parent 1160d76767
commit e4b9f690b1
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -107,6 +107,8 @@ linux-2.6 (2.6.26~rc8-1~experimental.1) UNRELEASED; urgency=low
* [s390] Synchronize block device, network bridge, network scheduler and CRC
support.
* [s390] Enable support for PCI-attached cryptographic adapters.
* Use control group as base for group CPU scheduler. This reenabled
traditional nice behaviour. (closes: #489223)
[ Christian T. Steigies ]
* [m68k] enable SERIAL_CONSOLE for amiga and atari

View File

@ -1903,8 +1903,8 @@ CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
## choice: Basis for grouping tasks
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
# CONFIG_USER_SCHED is not set
CONFIG_CGROUP_SCHED=y
## end choice
CONFIG_CGROUP_CPUACCT=y
# CONFIG_RESOURCE_COUNTERS is not set