From: Riku Voipio Date: Sat, 13 Dec 2014 00:57:44 +0000 (-0800) Subject: gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs X-Git-Tag: omap-for-v3.19/fixes-rc1~100^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957e3facd147510f2cf8780e38606f1d707f0e33;p=pandora-kernel.git 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 Cc: Peter Oberparleiter Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed