linux/kernel/gcov
Riku Voipio 3d95e2f8f6 gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
Following the suggestions from Andrew Morton and Stephen Rothwell,
Dont expand the ARCH list in kernel/gcov/Kconfig. Instead,
define a ARCH_HAS_GCOV_PROFILE_ALL bool which architectures
can enable.

set ARCH_HAS_GCOV_PROFILE_ALL on Architectures where it was
previously allowed + ARM64 which I tested.

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Cc: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 957e3facd1)
Signed-off-by: Mark Brown <broonie@kernel.org>

Conflicts:
	arch/arm/Kconfig
	arch/arm64/Kconfig
	arch/microblaze/Kconfig
	arch/s390/Kconfig
	arch/x86/Kconfig
2015-03-17 21:53:42 +00:00
..
base.c gcov: add support for GCC 4.9 2015-03-17 21:51:27 +00:00
fs.c gcov: move gcov structs definitions to a gcc version specific file 2015-03-17 21:50:55 +00:00
gcc_3_4.c gcov: move gcov structs definitions to a gcc version specific file 2015-03-17 21:50:55 +00:00
gcc_4_7.c gcov: add support for GCC 4.9 2015-03-17 21:51:27 +00:00
gcov.h gcov: move gcov structs definitions to a gcc version specific file 2015-03-17 21:50:55 +00:00
Kconfig gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs 2015-03-17 21:53:42 +00:00
Makefile gcov: compile specific gcov implementation based on gcc version 2015-03-17 21:51:55 +00:00