projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb30ba
)
microblaze: Enable memory leak detector
author
Michal Simek
<monstr@monstr.eu>
Tue, 6 Apr 2010 08:19:30 +0000
(10:19 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index
1fafb4b
..
ff01710
100644
(file)
--- 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