projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.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
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 1fafb4b99c9bb30c37e151a2db441e3cc9c5fb5f..ff017108700d5da49e7ce38c6735b1979d4f3d31 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