diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-16 15:07:12 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-01-16 15:07:12 -0500 |
commit | 79b57ad1203fa5dc830da3a0d6027bc59d426f1d (patch) | |
tree | f1697fe405e73699277ac6329db86f67dcb4754a /config-generic | |
parent | 8a6c714a8c5421fc5985f2a14bc75bee3e381624 (diff) | |
download | kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.tar.gz kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.tar.xz kernel-79b57ad1203fa5dc830da3a0d6027bc59d426f1d.zip |
Default to SLUB_DEBUG_ON not set
We can flip it on at runtime if we need to, and this should help a
performance hit people have been seeing for a while now. We'll enable
it manually for merge window kernels.
https://lists.fedoraproject.org/pipermail/kernel/2014-January/004810.html
Diffstat (limited to 'config-generic')
-rw-r--r-- | config-generic | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-generic b/config-generic index 67b0d2840..9a4bb0d53 100644 --- a/config-generic +++ b/config-generic @@ -72,6 +72,7 @@ CONFIG_PREEMPT_VOLUNTARY=y CONFIG_SLUB=y CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_STATS is not set +# CONFIG_SLUB_DEBUG_ON is not set # CONFIG_AD525X_DPOT is not set # CONFIG_ATMEL_PWM is not set |