diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 14:54:47 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2010-10-14 14:54:47 -0400 |
commit | 6b945df74233386aab526cddd3593ed4b854f574 (patch) | |
tree | 6d93d4a5ed3d427c9bd8cf665139f2c21cc676ca /lib/Kconfig.debug | |
parent | 6496a5c9e7ccc4e2ec34c09d04a819f8fdc29981 (diff) | |
download | kernel_samsung_aries-6b945df74233386aab526cddd3593ed4b854f574.zip kernel_samsung_aries-6b945df74233386aab526cddd3593ed4b854f574.tar.gz kernel_samsung_aries-6b945df74233386aab526cddd3593ed4b854f574.tar.bz2 |
kmemleak: add TILE to the list of supported architectures.
All the necessary functionality was already there; we just need
to make it possible to select the config option.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'lib/Kconfig.debug')
-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 1b4afd2..9f211b2 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -366,7 +366,7 @@ config SLUB_STATS config DEBUG_KMEMLEAK bool "Kernel memory leak detector" depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ - (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE) + (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) select DEBUG_FS if SYSFS select STACKTRACE if STACKTRACE_SUPPORT |