From 728155b914ddc05e403adbd8576972a25eddf801 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 31 Aug 2009 15:13:06 +0200 Subject: [PATCH] --- yaml --- r: 165934 b: refs/heads/master c: 1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1 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 b8bcddbede6c..00e74337e372 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8274cae796b6532cb82f9cbf04a681ed59981d02 +refs/heads/master: 1f74b1f7e5be08e4b884c8bd9e776f0e440b14f1 diff --git a/trunk/kernel/gcov/Kconfig b/trunk/kernel/gcov/Kconfig index 654efd09f6a9..70a298d6da71 100644 --- a/trunk/kernel/gcov/Kconfig +++ b/trunk/kernel/gcov/Kconfig @@ -34,7 +34,7 @@ config GCOV_KERNEL config GCOV_PROFILE_ALL bool "Profile entire Kernel" depends on GCOV_KERNEL - depends on S390 || X86 || (PPC && EXPERIMENTAL) + depends on S390 || X86 || (PPC && EXPERIMENTAL) || MICROBLAZE default n ---help--- This options activates profiling for the entire kernel.