summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/gcov-enable.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/configs/gcov-enable.patch b/configs/gcov-enable.patch
index 8a98ee9..142b6d1 100644
--- a/configs/gcov-enable.patch
+++ b/configs/gcov-enable.patch
@@ -53,19 +53,6 @@ index 0f1e6c7..b7a39fb 100644
#
# Architecture dependencies
#
-diff --git a/arch/arm/kernel/Makefile b/arch/arm/kernel/Makefile
-index 38ddd9f..979c4e9 100644
---- a/arch/arm/kernel/Makefile
-+++ b/arch/arm/kernel/Makefile
-@@ -5,6 +5,8 @@
- CPPFLAGS_vmlinux.lds := -DTEXT_OFFSET=$(TEXT_OFFSET)
- AFLAGS_head.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
-
-+GCOV_PROFILE := n
-+
- ifdef CONFIG_FUNCTION_TRACER
- CFLAGS_REMOVE_ftrace.o = -pg
- CFLAGS_REMOVE_insn.o = -pg
diff --git a/kernel/gcov/Kconfig b/kernel/gcov/Kconfig
index d04ce8a..cf66c5c 100644
--- a/kernel/gcov/Kconfig
@@ -79,19 +66,6 @@ index d04ce8a..cf66c5c 100644
default n
---help---
This options activates profiling for the entire kernel.
-diff --git a/lib/Makefile b/lib/Makefile
-index 78099ea9..f89e964 100644
---- a/lib/Makefile
-+++ b/lib/Makefile
-@@ -2,6 +2,8 @@
- # Makefile for some libs needed in the kernel.
- #
-
-+GCOV_PROFILE := n
-+
- ifdef CONFIG_FUNCTION_TRACER
- ORIG_CFLAGS := $(KBUILD_CFLAGS)
- KBUILD_CFLAGS = $(subst -pg,,$(ORIG_CFLAGS))
--
2.0.1