linux: Disable CONFIG_DEBUG_STACKOVERFLOW

This got enabled accidentally in
e64e3ad88a.
This commit is contained in:
Eelco Dolstra 2015-03-02 23:34:44 +01:00
parent 63ac40a77b
commit 584ca36462

View file

@ -21,7 +21,7 @@ with stdenv.lib;
DEBUG_DEVRES n
DEBUG_NX_TEST n
DEBUG_STACK_USAGE n
${optionalString (!(features.grsecurity or true)) ''
${optionalString (!(features.grsecurity or false)) ''
DEBUG_STACKOVERFLOW n
''}
RCU_TORTURE_TEST n