microblaze: Enable memory leak detector
authorMichal Simek <monstr@monstr.eu>
Tue, 6 Apr 2010 08:19:30 +0000 (10:19 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 7 Apr 2010 05:27:26 +0000 (07:27 +0200)
Enable DEBUG_KMEMLEAK for microblaze

Signed-off-by: Michal Simek <monstr@monstr.eu>
lib/Kconfig.debug

index 1fafb4b..ff01710 100644 (file)
@@ -356,7 +356,7 @@ config SLUB_STATS
 config DEBUG_KMEMLEAK
        bool "Kernel memory leak detector"
        depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \
-               (X86 || ARM || PPC || S390 || SUPERH)
+               (X86 || ARM || PPC || S390 || SUPERH || MICROBLAZE)
 
        select DEBUG_FS if SYSFS
        select STACKTRACE if STACKTRACE_SUPPORT