]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too
authorAndi Kleen <ak@suse.de>
Mon, 28 Apr 2008 09:12:37 +0000 (02:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Apr 2008 15:58:20 +0000 (08:58 -0700)
commitb5ee5befa75e33e55d34584ad10286c5005cb1de
treecc8953411811c75eeffe53dc387fad66dec92144
parenta43361cf3cb6fb6431fdbfb0f3ef26a334826160
dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too

Previously it was only enabled for CONFIG_DEBUG_SLAB.

Not hooked into the slub runtime debug configuration, so you currently only
get it with CONFIG_SLUB_DEBUG_ON, not plain CONFIG_SLUB_DEBUG

Acked-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/dmapool.c