Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-16 Thread Riku Voipio
On 16 October 2014 16:46, Riku Voipio wrote: > 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 Sorry for the noise, this is the wrong pat

[PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-16 Thread Riku Voipio
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 --- kernel/gcov/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/g

Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-14 Thread Stephen Rothwell
Hi Andrew, On Tue, 14 Oct 2014 14:40:48 -0700 Andrew Morton wrote: > > > > diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig > > > index cf66c5c..3b74087 100644 > > > --- a/kernel/gcov/Kconfig > > > +++ b/kernel/gcov/Kconfig > > > @@ -35,7 +35,7 @@ config GCOV_KERNEL > > > config GCOV_PROF

Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-14 Thread Andrew Morton
On Thu, 09 Oct 2014 16:00:20 +0200 Peter Oberparleiter wrote: > Looks good. Andrew, can you pick this change up via your tree? > Sure. > > On 09.10.2014 12:54, Riku Voipio wrote: > > Following up the arm testing of gcov, turns out gcov on ARM64 > > works fine as well. Only change needed is a

Re: [PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-09 Thread Peter Oberparleiter
Looks good. Andrew, can you pick this change up via your tree? Acked-by: Peter Oberparleiter On 09.10.2014 12:54, Riku Voipio wrote: > 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 qem

[PATCH] gcov: add ARM64 to GCOV_PROFILE_ALL

2014-10-09 Thread Riku Voipio
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 --- kernel/gcov/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/g