linux_testing: 4.10-rc7 -> 4.11-rc1
Some config options got removed, so conditionalize them.
This commit is contained in:
@@ -32,17 +32,20 @@ with stdenv.lib;
|
||||
# Debugging.
|
||||
DEBUG_KERNEL y
|
||||
DYNAMIC_DEBUG y
|
||||
TIMER_STATS y
|
||||
BACKTRACE_SELF_TEST n
|
||||
CPU_NOTIFIER_ERROR_INJECT? n
|
||||
DEBUG_DEVRES n
|
||||
DEBUG_NX_TEST n
|
||||
DEBUG_STACK_USAGE n
|
||||
DEBUG_STACKOVERFLOW n
|
||||
RCU_TORTURE_TEST n
|
||||
SCHEDSTATS n
|
||||
DETECT_HUNG_TASK y
|
||||
|
||||
${optionalString (versionOlder version "4.11") ''
|
||||
TIMER_STATS y
|
||||
DEBUG_NX_TEST n
|
||||
''}
|
||||
|
||||
# Bump the maximum number of CPUs to support systems like EC2 x1.*
|
||||
# instances and Xeon Phi.
|
||||
${optionalString (stdenv.system == "x86_64-linux" || stdenv.system == "aarch64-linux") ''
|
||||
|
||||
Reference in New Issue
Block a user