Commit 50dd26ba authored by Ingo Molnar's avatar Ingo Molnar Committed by Linus Torvalds

[PATCH] DEBUG_SLAB depends on SLAB

Make DEBUG_SLAB depend on SLAB.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a5f51c96
...@@ -79,7 +79,7 @@ config SCHEDSTATS ...@@ -79,7 +79,7 @@ config SCHEDSTATS
config DEBUG_SLAB config DEBUG_SLAB
bool "Debug memory allocations" bool "Debug memory allocations"
depends on DEBUG_KERNEL depends on DEBUG_KERNEL && SLAB
help help
Say Y here to have the kernel do limited verification on memory Say Y here to have the kernel do limited verification on memory
allocation as well as poisoning memory on free to catch use of freed allocation as well as poisoning memory on free to catch use of freed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment