From 71ad6873a96a6b06dbc5f44058777d7bf7843477 Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 2 Oct 2012 11:19:30 -0700 Subject: [PATCH] --- yaml --- r: 353560 b: refs/heads/master c: 750358ee4f6ebafccf71b36fdc96d738706b4e37 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/gcov/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 52d4aac151d7..f1d9d488cf56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19c92399817995382522c09ca21e8784a028c023 +refs/heads/master: 750358ee4f6ebafccf71b36fdc96d738706b4e37 diff --git a/trunk/kernel/gcov/Kconfig b/trunk/kernel/gcov/Kconfig index a92028196cc1..d4da55d1fb65 100644 --- a/trunk/kernel/gcov/Kconfig +++ b/trunk/kernel/gcov/Kconfig @@ -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 && EXPERIMENTAL) || MICROBLAZE + depends on SUPERH || S390 || X86 || PPC || MICROBLAZE default n ---help--- This options activates profiling for the entire kernel.