Skip to content

Commit

Permalink
[PATCH] DEBUG_SLAB depends on SLAB
Browse files Browse the repository at this point in the history
Make DEBUG_SLAB depend on SLAB.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Jan 9, 2006
1 parent a5f51c9 commit 50dd26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ config SCHEDSTATS

config DEBUG_SLAB
bool "Debug memory allocations"
depends on DEBUG_KERNEL
depends on DEBUG_KERNEL && SLAB
help
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
Expand Down

0 comments on commit 50dd26b

Please sign in to comment.