* [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY

as it workarounds SMP issues.

svn path=/dists/sid/linux/; revision=21628
This commit is contained in:
Aurelien Jarno 2014-07-24 19:05:01 +00:00
parent 40c17d6b3f
commit 343ba111eb
2 changed files with 11 additions and 0 deletions

2
debian/changelog vendored
View File

@ -13,6 +13,8 @@ linux (3.14.13-2) UNRELEASED; urgency=medium
* [mips*] Add few new udebs and use standard udebs configuration when
possible.
* [s390,s390x] ptrace: fix PSW mask check (CVE-2014-3534).
* [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY
as it workarounds SMP issues.
-- Aurelien Jarno <aurel32@debian.org> Mon, 21 Jul 2014 23:18:59 +0200

View File

@ -104,6 +104,15 @@ CONFIG_FB_RADEON=y
##
CONFIG_FRAMEBUFFER_CONSOLE=y
##
## file: kernel/Kconfig.preempt
##
## choice: Preemption Model
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
## end choice
##
## file: mm/Kconfig
##