[m68k] block: Change IOSCHED_CFQ to built-in and make it the default I/O scheduler, consistent with other architectures

svn path=/dists/sid/linux/; revision=21526
This commit is contained in:
Ben Hutchings 2014-07-11 16:46:28 +00:00
parent 521ed14531
commit 55480603b6
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -84,6 +84,8 @@ linux (3.14.12-1) UNRELEASED; urgency=medium
- sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()
- workqueue: Prevent deadlock/stall on RT
* [s390,s390x] Ignore ABI change in lowcore structure (fixes FTBFS)
* [m68k] block: Change IOSCHED_CFQ to built-in and make it the default
I/O scheduler, consistent with other architectures
-- Ben Hutchings <ben@decadent.org.uk> Fri, 11 Jul 2014 02:59:32 +0100

View File

@ -65,7 +65,6 @@ CONFIG_Q40=y
## file: block/Kconfig.iosched
##
CONFIG_IOSCHED_DEADLINE=m
CONFIG_IOSCHED_CFQ=m
##
## file: block/partitions/Kconfig