gcov: add ARM64 to GCOV_PROFILE_ALL
authorRiku Voipio <riku.voipio@linaro.org>
Wed, 29 Oct 2014 21:50:24 +0000 (14:50 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 17 Mar 2015 21:51:44 +0000 (21:51 +0000)
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>
(cherry picked from commit f601de204465048bdf0d5537f630729622ebc3a6)
Signed-off-by: Mark Brown <broonie@kernel.org>
kernel/gcov/Kconfig

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