Эх сурвалжийг харах

gcov: add ARM64 to GCOV_PROFILE_ALL

Following up the arm testing of gcov, turns out gcov on ARM64 works fine
as well.  Only change needed is adding ARM64 to Kconfig depends.

Tested with qemu and mach-virt

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Acked-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Riku Voipio 10 жил өмнө
parent
commit
f601de2044

+ 1 - 1
kernel/gcov/Kconfig

@@ -35,7 +35,7 @@ config GCOV_KERNEL
 config GCOV_PROFILE_ALL
 config GCOV_PROFILE_ALL
 	bool "Profile entire Kernel"
 	bool "Profile entire Kernel"
 	depends on GCOV_KERNEL
 	depends on GCOV_KERNEL
-	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM
+	depends on SUPERH || S390 || X86 || PPC || MICROBLAZE || ARM || ARM64
 	default n
 	default n
 	---help---
 	---help---
 	This options activates profiling for the entire kernel.
 	This options activates profiling for the entire kernel.