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.