Skip to content

Commit

Permalink
microblaze: Enable memory leak detector
Browse files Browse the repository at this point in the history
Enable DEBUG_KMEMLEAK for microblaze

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
michalsimek committed Apr 7, 2010
1 parent 4bb30ba commit 47c4c86
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 @@ -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
Expand Down

0 comments on commit 47c4c86

Please sign in to comment.