Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
lib/Kconfig.debug
··· 366 366 config DEBUG_KMEMLEAK 367 367 bool "Kernel memory leak detector" 368 368 depends on DEBUG_KERNEL && EXPERIMENTAL && !MEMORY_HOTPLUG && \ 369 - (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE) 369 + (X86 || ARM || PPC || S390 || SPARC64 || SUPERH || MICROBLAZE || TILE) 370 370 371 371 select DEBUG_FS if SYSFS 372 372 select STACKTRACE if STACKTRACE_SUPPORT