[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1427289336-22883-2-git-send-email-borntraeger@de.ibm.com>
Date: Wed, 25 Mar 2015 14:15:35 +0100
From: Christian Borntraeger <borntraeger@...ibm.com>
To: linux-kernel@...r.kernel.org
Cc: linux-arch@...r.kernel.org, torvalds@...ux-foundation.org,
paulmck@...ux.vnet.ibm.com, linux-s390@...r.kernel.org,
Russell King <linux@....linux.org.uk>,
Christian Borntraeger <borntraeger@...ibm.com>
Subject: [PATCH 1/2] s390/ebdic: disable gcov on ebcdic.o
ebcdic.o is also used for the compressed kernel image. The decompressor
has no gcov support, so better do not add any gcov related functions.
Signed-off-by: Christian Borntraeger <borntraeger@...ibm.com>
---
arch/s390/kernel/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/s390/kernel/Makefile b/arch/s390/kernel/Makefile
index 31fab26..89352da 100644
--- a/arch/s390/kernel/Makefile
+++ b/arch/s390/kernel/Makefile
@@ -8,6 +8,10 @@ CFLAGS_REMOVE_early.o = $(CC_FLAGS_FTRACE)
CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE)
endif
+# ebcdic.o is also used in arch/s390/boot/compressed/ with does not
+# have gcov support
+GCOV_PROFILE_ebcdic.o = n
+
#
# Passing null pointers is ok for smp code, since we access the lowcore here.
#
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists