diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-03 21:18:40 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-03 21:18:40 +0400 |
commit | c402f98c6d43f22b4c6d7b3db9d7099611cdcaec (patch) | |
tree | 3ea2fe716c2e1a42716ab1a16bbe1cc5836fd864 /init/Kconfig | |
parent | 4f9faaace217b854ae1e1746ee4ac44688ddadbd (diff) | |
parent | f6acb63508700b5f8cd817082b62c96ba907775e (diff) | |
download | linux-c402f98c6d43f22b4c6d7b3db9d7099611cdcaec.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6:
slub: #ifdef simplification
slabinfo: Support printout of the number of fallbacks
slub: Whitespace cleanup and use of strict_strtoul
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 3e7b257fc05f..6a44defac3ec 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -720,7 +720,7 @@ config VM_EVENT_COUNTERS config SLUB_DEBUG default y bool "Enable SLUB debugging support" if EMBEDDED - depends on SLUB + depends on SLUB && SYSFS help SLUB has extensive debug support features. Disabling these can result in significant savings in code size. This also disables |