Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b945df7 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@tilera.com>
parent 6496a5c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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