diff options
author | Michal Simek <monstr@monstr.eu> | 2010-04-06 12:19:30 +0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-04-07 09:27:26 +0400 |
commit | 47c4c864af60d14926f4017d23968a8341b8ab9f (patch) | |
tree | 5c94207a73ca5419f7c5ec6f335226e9717bb049 /lib | |
parent | 4bb30baa6d5e7660c06e3b50d8a8a76d402c7170 (diff) | |
download | linux-47c4c864af60d14926f4017d23968a8341b8ab9f.tar.xz |
microblaze: Enable memory leak detector
Enable DEBUG_KMEMLEAK for microblaze
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 1fafb4b99c9b..ff017108700d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -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 |